Skip to main content

Object::highlightPlacementCoords

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

Syntax

```js mp.game.object.highlightPlacementCoords(x, y, z, colorIndex); ```

Required Arguments

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

Return value

  • Undefined

Example

```js // todo ```

See also