We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A Trigger Action entity is a non-visible entity that triggers an action if the requirements are met.
var TriggerActions = ig.global.data.triggeractions;
See Actions and Requirements for more information.
TriggerActions.sample = { r:null, // requirements (default:null) a:null // action (default:null) }