Skip to content
nhmkdev edited this page Jan 5, 2014 · 1 revision

Definition

A Trigger Action entity is a non-visible entity that triggers an action if the requirements are met.

Container

Trigger Action Data

var TriggerActions = ig.global.data.triggeractions;

Data Format

See Actions and Requirements for more information.

Format

TriggerActions.sample =
{
    r:null, // requirements (default:null)
    a:null // action (default:null)
}
Clone this wiki locally