RAGE.Elements.Checkpoint.Direction

From RAGE Multiplayer Wiki
Revision as of 19:43, 20 August 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''direction:''' {{RageType|Vector3}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> checkpoint.Direction = direction; </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Checkpoint_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

  • direction: Vector3


Return value

  • Vector3

Syntax

checkpoint.Direction = direction;

Example

//todo


See also