SetCheckpointDirection: Difference between revisions
(Created page with "Sets a checkpoint direction ==Syntax== <syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointDirection(Checkpoint checkpoint, Vector3 dir);</syntaxhighlight> '''Requ...") |
m (Xabi moved page NAPI.Checkpoint.SetCheckpointDirection to SetCheckpointDirection) |
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.