ACTION
- Activates the triggers
that respond to the specified command.
ADD_BEHAVIOR
- Adds a behavior to
the list of behaviors.
Parameters:
ADD_TRIGGER
- Adds a trigger to the
list of triggers.
Parameters:
trigger (.Trigg) - The trigger to be added.
TRIGGER
- Activates the triggers
that respond to the specified command.
Parameters:
command (unicode) - The trigger's command.
TRIGGER_ITEM_ADD
- Connects an item
to a trigger as activator. This message is undoable and
broadcastable.
Parameters:
index (int) - The index where the item is to be inserted into the trigger, since triggers do not allow several objects always use -1 to replace.
triggerId (unicode) - The identifier of the trigger to change. '' should affect current selection
type (unicode) - The type of the item.
values (tuple) - The ID or IDs representing the item, as well as the action taken.
TRIGGER_ITEM_ADDED
- Indicates that
an item was added to a trigger.
Parameters:
index (int) - The index where the item was inserted into the trigger, since triggers do not allow several objects always use -1 to replace.
slideId (unicode) - The identifier of the trigger that was changed. '' should affect current selection
type (unicode) - The type of the item.
values (tuple) - The ID or IDs representing the item, as well as the action taken.
TRIGGER_NOTIFICATION_SET_MODE
-
Shows or hides the Trigger tool tips in presentation
mode.
Parameters:
visible (bool) - True to show, False to hide.