Entity::getPedIndexFromIndex: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
Line 12: Line 12:
{{Entity_function_c}}
{{Entity_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:Entity API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 21:09, 11 May 2017

Simply returns whatever is passed to it (Regardless of whether the handle is valid or not).

Syntax

entity.getPedIndexFromIndex();

Required Arguments

Return value

  • Ped handle or object

Example

// todo

See also