Zone::getZoneAtCoords: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
No edit summary
 
Line 15: Line 15:
{{Zone_s_function_c}}
{{Zone_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:Zone API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 21:10, 11 May 2017

Syntax

mp.game.zone.getZoneAtCoords(x, y, z);

Required Arguments

  • x: float
  • y: float
  • z: float

Return value

  • int

Example

// todo

See also

Template:Zone s function c