2,736
edits
Red Leader (talk | contribs) (→setlistener(): More docing) |
Red Leader (talk | contribs) (→setlistener(): Add note on default) |
||
| Line 2,021: | Line 2,021: | ||
|param3text = If set to 1 (true), the listener will additionally be triggered when it is created. Defaults to 0 (false). | |param3text = If set to 1 (true), the listener will additionally be triggered when it is created. Defaults to 0 (false). | ||
|param4 = type | |param4 = type | ||
|param4text = Integer specifying the listener's behavior. 0 means that the listener will only trigger when the property is changed. 1 means that the trigger will always be triggered when the property is written to. 2 will mean that the listener will be triggered even if child properties are modified. | |param4text = Integer specifying the listener's behavior. 0 means that the listener will only trigger when the property is changed. 1 means that the trigger will always be triggered when the property is written to. 2 will mean that the listener will be triggered even if child properties are modified. Defaults to 1. | ||
}} | }} | ||