trigger_enable(trigger_name[, enable[, sync_type]]) | ||
Parameters: | ||
trigger_name | (string) name of the trigger | |
enable | (boolean, optional) set to true to enable, or false to disable (defaults to true) | |
sync_type | (enumeration, optional) synchronization type (MULTI_SYNC_LOCAL = affects local player, MULTI_SYNC_REMOTE = affects remote player, or MULTI_SYNC_ALL = affects both players; defaults to MULTI_SYNC_ALL) | |
Returns: | ||
none | ||
Description: | ||
Enable/disable a script trigger. | ||
back to index | SR3 Script Action Documentation Last updated: Tue, 09 Aug 2011 11:32:15 |