[This is preliminary documentation and is subject to change.]
This class allows executing multiple tasks on a Ped in sequence.
Inheritance Hierarchy
RageTaskSequence
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The TaskSequence type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaskSequence |
Initializes a new instance of the TaskSequence class.
|
Properties
Name | Description | |
---|---|---|
Ped |
Gets the Ped that owns this TaskSequence.
| |
Tasks |
Gets an instance of TaskInvoker for this TaskSequence that can be used to add tasks to it.
|
Methods
Name | Description | |
---|---|---|
Dispose |
Disposes an instance of the TaskSequence class.
| |
Execute |
Executes this TaskSequence.
| |
Execute(Boolean) |
Executes this TaskSequence.
|
See Also