SetCheckpointDirection: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Sets a checkpoint direction ==Syntax== <syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointDirection(Checkpoint checkpoint, Vector3 dir);</syntaxhighlight> '''Requ...")
 
 

Latest revision as of 12:47, 27 November 2019

Sets a checkpoint direction

Syntax

void NAPI.Checkpoint.SetCheckpointDirection(Checkpoint checkpoint, Vector3 dir);

Required Arguments

  • checkpoint: parameter input should be in Checkpoint type.
  • dir: parameter input should be in Vector3 type.