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

SetCheckpointScale

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

Sets a checkpoint scale

Syntax

<syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointScale(Checkpoint checkpoint, float scale);</syntaxhighlight>

Required Arguments

  • checkpoint: parameter input should be in Checkpoint type.
  • scale: parameter input should be in float type.