Entity::getObjectIndexFromIndex: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
 
Line 10: Line 10:
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Entity_function_c}}
{{Entity_definition_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 18:08, 1 May 2024

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

Syntax

entity.getObjectIndexFromIndex();

Required Arguments

Return value

  • Object handle or object

Example

// todo

See also