GetPedAnimation: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Undo revision 19853 by Jax (Talk))
m (Needs example)
Line 19: Line 19:
==See Also==
==See Also==
{{Ped_functions}}
{{Ped_functions}}
[[Category:Needs Example]]

Revision as of 18:20, 18 June 2009

Gets the animation of a player or ped that was set using setPedAnimation.

Syntax

string string getPedAnimation ( ped thePed )

Required Arguments

  • thePed: the player or ped you want to get the animation of.

Returns

Returns two strings: the first is the name of the block, the second is the name of the animation. Returns false if there was an error or if the ped is not doing an animation.

Example

See Also