GetPedAnimationProgress

From Multi Theft Auto: Wiki
Revision as of 13:15, 15 October 2024 by Tracer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ADDED/UPDATED IN VERSION 1.6.0 r22780:

This function returns the progress of a current running ped animation.

Syntax

float getPedAnimationProgress ( ped thePed )

Required Arguments

Returns

Returns animation progress on success, -1 otherwise.

Examples

Accessories-text-editor.png Script Example Missing Function GetPedAnimationProgress needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.


See Also