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

SetCheckpointDirection

Материал из RAGE MP Wiki Archive
(перенаправлено с «NAPI.Checkpoint.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.