The task named object trigger does search for a object with a specific name ( You can useĀ NO_SCR_DTFRenamerComponent for dynmic spawns) and does an action to his parent task on either Dissapear (or die) of this object or on appearing.
It always has to be a child of the task on which the action should be done.
Trigger Type
When Type Trigger
Variables | |||
Name | Real Name | Category | Description |
Trigger Type | m_tTriggerType | TaskManager | What should that trigger do to its parent Task? |
When Type Trigger | m_eWhenTypeTrigger | TaskManager | Condition? |
Seconds In Between Trigger Checks | m_iSecondsInBetweenTriggerChecks | TaskManager | How many seconds between each call should be waited |
One Time Trigger | m_bOneTimeTrigger | TaskManager | Should the trigger only work one time? |
Trigger Named Object | m_sTriggerNamedObject | TaskManager | The object name that you want to trigger this action? |