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

Gameplay::clearAreaOfObjects

Материал из RAGE MP Wiki Archive
Версия от 09:58, 22 июля 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

I looked through the PC scripts that this site provides you with a link to find. It shows the last param mainly uses, (0, 2, 6, 16, and 17) so I am going to assume it is a type of flag.

Syntax

<syntaxhighlight lang="javascript">mp.game.gameplay.clearAreaOfObjects(x, y, z, radius, flags);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • radius: float
  • flags: int

Return value

  • Undefined

Example

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

See also