546
edits
m (→Use from Nasal) |
m (→Mappings) |
||
| Line 16: | Line 16: | ||
* percent - maps a 0.0 ... 1.0 property to an integer percentage | * percent - maps a 0.0 ... 1.0 property to an integer percentage | ||
* heading - maps a double or int value to a 0...359 heading/bearing | * heading - maps a double or int value to a 0...359 heading/bearing | ||
* arm-disarm, on-off, up-down | * arm-disarm, on-off, up-down, down-up, open-close and close-open - map a boolean value to a text string | ||
* nasal, evaluates a Nasal script each time the property changes. The property value is available to the script as arg[0] | * nasal, evaluates a Nasal script each time the property changes. The property value is available to the script as arg[0] | ||
edits