GetCheckpointDirection: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Gets a checkpoint direction ==Syntax== <syntaxhighlight lang="C#" >Vector3 NAPI.Checkpoint.GetCheckpointDirection(Checkpoint checkpoint);</syntaxhighlight> '''Required Argum...")
 
 
(No difference)

Latest revision as of 12:46, 27 November 2019

Gets a checkpoint direction

Syntax

Vector3 NAPI.Checkpoint.GetCheckpointDirection(Checkpoint checkpoint);

Required Arguments

  • checkpoint: parameter input should be in Checkpoint type.