SetCheckpointColor

From RAGE Multiplayer Wiki
Revision as of 01:18, 27 November 2019 by Muphy (talk | contribs) (Created page with "Sets a checkpoint color ==Syntax== <syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointColor(Checkpoint checkpoint, int alpha, int red, int green, int blue);</synta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sets a checkpoint color

Syntax

void NAPI.Checkpoint.SetCheckpointColor(Checkpoint checkpoint, int alpha, int red, int green, int blue);

Required Arguments

  • checkpoint: parameter input should be in Checkpoint type.
  • alpha: parameter input should be in int type.
  • red: parameter input should be in int type.
  • green: parameter input should be in int type.
  • blue: parameter input should be in int type.