logo

NO_SCR_MultiTaskTriggerComponent

The multitask does check his children or the taks in the Task Names list every x second to see if they are complete or failed (when m_allowFailedTasks is set) and then does the action to itself that is chosen by setting the m_tTriggerType.

Trigger Type

Variables
Name Real Name Category Description
Trigger Type m_tTriggerType TaskManager What should that trigger do to its parent Task?
Seconds In Between Trigger Checks m_iSecondsInBetweenTriggerChecks TaskManager How many seconds between each call should wait?
Task Names m_sTaskNames TaskManager The object name that you want to trigger this action?
Allow Failed Tasks m_allowFailedTasks TaskManager Not only allow completed task to trigger but also failed
0 found this helpful