Skip to main content

Blip::setRotation

After some testing, looks like you need to use UI:CEIL() on the rotation (vehicle/ped heading) before using it there.

Syntax​

```js blip.setRotation(rotation); ```

Required Arguments​

  • rotation: int

Return value​

  • Undefined

Example​

```js // todo ```

See also​