GetCameraRotation: Difference between revisions
Jump to navigation
Jump to search
m (Fixed a typo) |
No edit summary |
||
Line 5: | Line 5: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
local function getCameraRotation () | local function getCameraRotation () | ||
return getElementRotation(getCamera()) | |||
end | end | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 00:27, 9 January 2018
local function getCameraRotation () return getElementRotation(getCamera()) end
See Also
- fadeCamera
- getCameraInterior
- getCameraMatrix
- getCameraTarget
- setCameraInterior
- setCameraMatrix
- setCameraTarget