GameEntity::isInZone

From RAGE Multiplayer Wiki
Revision as of 11:23, 10 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entity:''' {{RageType|number}} *'''zone:''' {{RageType|string}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.entity.isInZone(entity, zone) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Entity_functions_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • entity: number
  • zone: string

Return value

  • boolean

Syntax

mp.game.entity.isInZone(entity, zone)

Example

//todo


See also