Zone::setZoneEnabled: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
No edit summary
 
Line 14: Line 14:
{{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.setZoneEnabled(zoneId, toggle);

Required Arguments

  • zoneId: int
  • toggle: Boolean

Return value

  • Undefined

Example

// todo

See also

Template:Zone s function c