GTA V NativesentityEntity::getQuaternionOn this pageEntity::getQuaternionw is the correct parameter name! Syntax ```js entity.getQuaternion(x, y, z, w); ``` Required Arguments x: float y: float z: float w: float Return value object: x, y, z, w Example ```js // todo ``` See also