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

Object::highlightPlacementCoords

Материал из RAGE MP Wiki Archive
Версия от 21:28, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

draws circular marker at pos
-1 = none
0 = red
1 = green
2 = blue
3 = green larger
4 = nothing
5 = green small

Syntax

<syntaxhighlight lang="javascript">mp.game.object.highlightPlacementCoords(x, y, z, colorIndex);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • colorIndex: int

Return value

  • Undefined

Example

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

See also

  • [[Object::disableGlow|mp.game.object.disableGlow