SetCheckpointScale
Внешний вид
Sets a checkpoint scale
Syntax
<syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointScale(Checkpoint checkpoint, float scale);</syntaxhighlight>
Required Arguments
- checkpoint: parameter input should be in Checkpoint type.
- scale: parameter input should be in float type.