Wiki
Clone wikiEFLC-MP LUA / getVehicleRotation
Description
Gets the vehicle rotation
Parameters
Int vehicleId
Return values
Float pitch, Float roll, Float yaw
Example
local pitch, roll, yaw = getVehicleRotation(vehicleId)
Updated
Gets the vehicle rotation
Int vehicleId
Float pitch, Float roll, Float yaw
local pitch, roll, yaw = getVehicleRotation(vehicleId)
Updated