GetCheckpointColor: Difference between revisions
(Created page with "Gets a checkpoint color '''Required Arguments''' *'''checkpoint:''' parameter input should be in '''Checkpoint''' type. ==Syntax== <syntaxhighlight lang="C#" >Color NAPI.Che...") |
m (Xabi moved page NAPI.Checkpoint.GetCheckpointColor to GetCheckpointColor) |
Latest revision as of 12:46, 27 November 2019
Gets a checkpoint color
Required Arguments
- checkpoint: parameter input should be in Checkpoint type.
Syntax
Color NAPI.Checkpoint.GetCheckpointColor(Checkpoint checkpoint);