GetCurrentCamera
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) m |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lua-function|getCurrentCamera|}} | ||
+ | |||
Returns current camera object. | Returns current camera object. | ||
Line 4: | Line 6: | ||
setCameraFov(Camera, 90) | setCameraFov(Camera, 90) | ||
− | More about objects [[getObject]] | + | More about objects: [[getObject]] |
+ | |||
+ | [[Category:Lua scripting]] | ||
+ | [[Category:Lua function]] | ||
+ | [[Category:Camera]] |
Latest revision as of 17:13, 8 February 2014
getCurrentCamera()
Returns current camera object.
Camera = getCurrentCamera() setCameraFov(Camera, 90)
More about objects: getObject