This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| xrpl:input_variables [2020/08/15 12:18] – Added placeholder for global variables Karsten75 | xrpl:input_variables [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Input Variables ==== | ||
| - | Input variables are a method by which script variables | ||
| - | |||
| - | example | ||
| - | |||
| - | <code 4rpl> | ||
| - | #Settings | ||
| - | $name:" | ||
| - | $pumpInterval: | ||
| - | $multiplier: | ||
| - | $minLevel: | ||
| - | $transferAmount: | ||
| - | $xEmitCoord: | ||
| - | $zEmitCoord: | ||
| - | $Debug:" | ||
| - | </ | ||
| - | |||
| - | FIXME show same corresponding values in package manager and in a unit. | ||
| - | |||
| - | ==== Global Variables ==== | ||
| - | |||
| - | FIXME - clarify with knucracker on syntax and usage | ||