PedTasks Property

RAGE Plugin Hook Documentation

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

Gets an instance of TaskInvoker for this Ped that can be used to invoke tasks on this Ped.

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

public TaskInvoker Tasks { get; }

Property Value

Type: TaskInvoker
An instance of TaskInvoker for this Ped that can be used to invoke tasks on this Ped.
See Also

Reference