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

Fire::getClosestFirePos

Материал из RAGE MP Wiki Archive
Версия от 13:01, 6 июля 2018; imported>Wolfy
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns Vector3 if it found something. FALSE if not.

Syntax

<syntaxhighlight lang="javascript">mp.game.fire.getClosestFirePos(outPosition, x, y, z);</syntaxhighlight>

Required Arguments

  • outPosition: Vector3
  • x: float
  • y: float
  • z: float

Return value

  • Vector3

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also

Шаблон:Fire s function c