trigger - luxembourg/muxcode-clm GitHub Wiki
TRIGGER()
FUNCTION: trigger(<object>/<attr> [, <param1>[, <param2>[, ...]]])
Works the same as @trigger, <object>/<attr> and <param> are equivalent to what comes before and after the '=' sign. Returns nothing. This is a side effect function, and should only be used when necessary.
This invokes an action list stored in an attribute on an object. The triggering object becomes the enactor and the positional parameters %0 through %9 are set to the supplied parameters.
Related Topics: @trigger