TaskSequence Class

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

This class allows executing multiple tasks on a Ped in sequence.
Inheritance Hierarchy

SystemObject
  RageTaskSequence

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public sealed class TaskSequence : IDisposable

The TaskSequence type exposes the following members.

Constructors

  NameDescription
Public methodTaskSequence
Initializes a new instance of the TaskSequence class.
Top
Properties

  NameDescription
Public propertyPed
Gets the Ped that owns this TaskSequence.
Public propertyTasks
Gets an instance of TaskInvoker for this TaskSequence that can be used to add tasks to it.
Top
Methods

  NameDescription
Public methodDispose
Disposes an instance of the TaskSequence class.
Public methodExecute
Executes this TaskSequence.
Public methodExecute(Boolean)
Executes this TaskSequence.
Top
See Also

Reference