GetCameraRotation

From Multi Theft Auto: Wiki
Revision as of 00:27, 9 January 2018 by Pirulax (talk | contribs)
Jump to navigation Jump to search

Dialog-warning.png Warning: This function no longer exists. However, below is a function that achieves a similar result.
local function getCameraRotation ()
    return getElementRotation(getCamera())
end

See Also