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

SetCheckpointDirection

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

Sets a checkpoint direction

Syntax

<syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointDirection(Checkpoint checkpoint, Vector3 dir);</syntaxhighlight>

Required Arguments

  • checkpoint: parameter input should be in Checkpoint type.
  • dir: parameter input should be in Vector3 type.