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

Worldprobe::startShapeTestBox

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

Syntax

<syntaxhighlight lang="javascript">mp.game.worldprobe.startShapeTestBox(x, y, z, sizeX, sizeY, sizeZ, rotationX, rotationY, rotationZ, rotationOrder, flags, entity, p12);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • sizeX: float
  • sizeY: float
  • sizeZ: float
  • rotationX: float
  • rotationY: float
  • rotationZ: float
  • rotationOrder: int
  • flags: int
  • ignoreEntity: int (Entity handle)
  • p12: int

Return value

  • int

Example

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

See also

Шаблон:Worldprobe s function c