GetCheckpointDirection: Difference between revisions
(Created page with "Gets a checkpoint direction ==Syntax== <syntaxhighlight lang="C#" >Vector3 NAPI.Checkpoint.GetCheckpointDirection(Checkpoint checkpoint);</syntaxhighlight> '''Required Argum...") |
m (Xabi moved page NAPI.Checkpoint.GetCheckpointDirection to GetCheckpointDirection) |
(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.