RAGE.Elements.Checkpoint

From RAGE Multiplayer Wiki
Revision as of 13:46, 11 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''hash:''' {{RageType|uint}} *'''position:''' {{RageType|Vector3}} *'''radius:''' {{RageType|float}} *'''direction:''' {{RageType|Vector3}} *'''color:''' {{RageType|RGBA}} *'''isVisible:''' {{RageType|bool}} *'''dimension:''' {{RageType|uint}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Checkpoint(hash, position, radius, direction, color, i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • hash: uint
  • position: Vector3
  • radius: float
  • direction: Vector3
  • color: RGBA
  • isVisible: bool
  • dimension: uint

Return value

  • int

Syntax

Rage.Element.Checkpoint(hash, position, radius, direction, color, isVisible, dimension)

Example

//todo


See also