GetPedAnimationLength: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Typo)
m (Typo)
 
(No difference)

Latest revision as of 06:07, 15 October 2024

ADDED/UPDATED IN VERSION 1.6.0 r22780:

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

Syntax

float getPedAnimationLength ( ped thePed )

Required Arguments

Returns

Returns animation length on success, -1 otherwise.

See Also