AnimationTask Methods

RAGE Plugin Hook Documentation

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

Methods

  NameDescription
Public methodWaitForCompletion
Sleeps the active GameFiber until the task completes.
(Inherited from Task.)
Public methodWaitForCompletion(Int32)
Sleeps the active GameFiber until the task completes.
(Inherited from Task.)
Public methodWaitForStatus(TaskStatus)
Sleeps the active GameFiber until the task reaches the specified status.
(Inherited from Task.)
Public methodWaitForStatus(TaskStatus, Int32)
Sleeps the active GameFiber until the task reaches the specified status.
(Inherited from Task.)
Top
See Also

Reference