Finished basic docs
This commit is contained in:
@@ -112,10 +112,10 @@ export default {
|
||||
}
|
||||
},
|
||||
'resolve': {
|
||||
comment: 'Forces the given calcultion to resolve into a number',
|
||||
comment: 'Forces the given calcultion to resolve into a number, even in calculations where it would usually keep the unknown values as is',
|
||||
examples: [
|
||||
{input: 'resolve(someUndefinedVariable + 3 + 4)', result: '7'},
|
||||
{input: 'resolve(3d6)', result: '2'},
|
||||
{input: 'resolve(1d6)', result: '4'},
|
||||
],
|
||||
arguments: ['parseNode'],
|
||||
fn: function resolveFn(node){
|
||||
|
||||
Reference in New Issue
Block a user