RAGE.Game.Ai.RemoveCoverPoint

From RAGE Multiplayer Wiki
Revision as of 10:41, 6 July 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''coverpoint:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.Ai.RemoveCoverPoint(coverpoint) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ai_definition_cs}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • coverpoint: int

Return value

  • void

Syntax

RAGE.Game.Ai.RemoveCoverPoint(coverpoint)

Example

//todo


See also