SetCheckpointScale: Difference between revisions
(Created page with "Sets a checkpoint scale ==Syntax== <syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointScale(Checkpoint checkpoint, float scale);</syntaxhighlight> '''Required Arg...") |
m (Xabi moved page NAPI.Checkpoint.SetCheckpointScale to SetCheckpointScale) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 7: | Line 7: | ||
*'''checkpoint:''' parameter input should be in '''Checkpoint''' type. | *'''checkpoint:''' parameter input should be in '''Checkpoint''' type. | ||
*'''scale:''' parameter input should be in '''float''' type. | *'''scale:''' parameter input should be in '''float''' type. | ||
[[Category:Serverside API]] | |||
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.