GetScene

(Difference between revisions)
Jump to: navigation, search
Line 15: Line 15:
  
 
[[Category:Lua scripting]]
 
[[Category:Lua scripting]]
 +
[[Category:Lua function]]
 +
[[Category:Scene]]

Revision as of 19:35, 4 February 2014

Get the scene reference from the scene name

   scene = getScene("sceneName") 

It can be used to get an object from a scene different than the current scene :

   scene2 = getScene("scene2")
   scene2object = getObject(scene2, "object")

Or to access scene properties :

   setGravity(scene2, gravity)
   getGravity(scene2)
   changeCurrentCamera(scene2, camera)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox