Entity::getOffsetFromInWorldCoords

From RAGE Multiplayer Wiki
Revision as of 23:41, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Offset values are relative to the entity.

x = left/right
y = forward/backward
z = up/down

Syntax

entity.getOffsetFromInWorldCoords(offsetX, offsetY, offsetZ);

Required Arguments

  • offsetX: float
  • offsetY: float
  • offsetZ: float

Return value

  • Vector3

Example

// todo

See also