SetCheckpointScale

From RAGE Multiplayer Wiki
Revision as of 01:19, 27 November 2019 by Muphy (talk | contribs) (Created page with "Sets a checkpoint scale ==Syntax== <syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointScale(Checkpoint checkpoint, float scale);</syntaxhighlight> '''Required Arg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.