RAGE.Elements.Checkpoint

From RAGE Multiplayer Wiki
Revision as of 11:21, 12 May 2024 by Shr0x (talk | contribs)

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.Element.Checkpoint(hash, position, radius, direction, color, isVisible, dimension)

Example

//todo


See also