RAGE.Game.Ai.DoesScenarioExistInArea

From RAGE Multiplayer Wiki
Revision as of 10:34, 6 July 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''radius:''' {{RageType|float}} *'''b:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.Ai.DoesScenarioExistInArea(x, y, z, radius, b) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See als...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • x: float
  • y: float
  • z: float
  • radius: float
  • b: bool

Return value

  • bool

Syntax

RAGE.Game.Ai.DoesScenarioExistInArea(x, y, z, radius, b)

Example

//todo


See also