SetCheckpointScale: Difference between revisions
No edit summary |
m (Xabi moved page NAPI.Checkpoint.SetCheckpointScale to SetCheckpointScale) |
(No difference)
| |
Latest revision as of 12:47, 27 November 2019
Sets a checkpoint scale
Syntax
void NAPI.Checkpoint.SetCheckpointScale(Checkpoint checkpoint, float scale);
Required Arguments
- checkpoint: parameter input should be in Checkpoint type.
- scale: parameter input should be in float type.