GetCurrentCamera
From MaratisWiki
(Difference between revisions)
(Created page with "Returns current camera objects. More about objects getObject") |
Dahnielson (Talk | contribs) m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lua-function|getCurrentCamera|}} | |
− | More about objects [[getObject]] | + | Returns current camera object. |
+ | |||
+ | Camera = getCurrentCamera() | ||
+ | setCameraFov(Camera, 90) | ||
+ | |||
+ | 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