SetCheckpointDirection

From RAGE Multiplayer Wiki
Revision as of 01:18, 27 November 2019 by Muphy (talk | contribs) (Created page with "Sets a checkpoint direction ==Syntax== <syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointDirection(Checkpoint checkpoint, Vector3 dir);</syntaxhighlight> '''Requ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.