RAGE.Game.Ai.DoesScriptedCoverPointExistAtCoords

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}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.Ai.DoesScriptedCoverPointExistAtCoords(x, y, z) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ai_definition_cs}} Category:Clientside API Catego...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

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

Return value

  • bool

Syntax

RAGE.Game.Ai.DoesScriptedCoverPointExistAtCoords(x, y, z)

Example

//todo


See also