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...") |
No edit summary |
||
| 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]] | |||
Revision as of 01:19, 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.