Перейти к содержанию

SetCheckpointColor

Материал из RAGE MP Wiki Archive
Версия от 12:47, 27 ноября 2019; imported>Xabi (Xabi moved page NAPI.Checkpoint.SetCheckpointColor to SetCheckpointColor)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Sets a checkpoint color

Syntax

<syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointColor(Checkpoint checkpoint, int alpha, int red, int green, int blue);</syntaxhighlight>

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.