GetCurrentCamera

From MaratisWiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Returns current camera objects. More about objects getObject")
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Returns current camera objects.
+
{{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 18:13, 8 February 2014

getCurrentCamera()

Returns current camera object.

Camera = getCurrentCamera()
setCameraFov(Camera, 90)

More about objects: getObject

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox