Click or drag to resize
ITask Methods

The ITask type exposes the following members.

Methods
  NameDescription
Public methodActivate
Activation. This method is called when the task was chosen to be executed. It's called right before the first update of the task. The task can setup its specific task data in here and do initial actions.
Public methodDeactivate
Deactivation.
Public methodDecide
Depending on the group policy of its parent, the floating point return value indicates whether the decider will be activated.
Public methodFindTasks
Searches for tasks which forfill the passed predicate.
Public methodGetActiveTasks
Generates a collection of active task nodes under this task. Used for debugging only.
Public methodUpdate
Per frame update.
Top
See Also