RAGE.Elements.Checkpoint

From RAGE Multiplayer Wiki
Revision as of 19:41, 20 August 2024 by Shr0x (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax

Create a checkpoint

Required Params

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

Return value

  • int

Syntax

new RAGE.Elements.Checkpoint(hash, position, radius, direction, color, isVisible, dimension)

Example

//todo


See also