GetPedAnimationSpeed: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(No difference)

Latest revision as of 13:15, 15 October 2024

ADDED/UPDATED IN VERSION 1.6.0 r22780:

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

Syntax

float getPedAnimationSpeed ( ped thePed )

Required Arguments

Returns

Returns animation speed on success, -1 otherwise.

Examples

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

Before submitting check out Editing Guidelines Script Examples.


See Also