LoadLevel

From MaratisWiki
(Difference between revisions)
Jump to: navigation, search
m
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
Example :
+
{{lua-function|loadLevel|file}}
 +
 
 +
Load a new level.
 +
 
 +
{{lua-function-param|file|level file to load}}
  
 
     loadLevel("levels/myLevel.level")
 
     loadLevel("levels/myLevel.level")
  
 
[[Category:Lua scripting]]
 
[[Category:Lua scripting]]
 +
[[Category:Lua function]]
 +
[[Category:Level]]

Latest revision as of 00:55, 9 February 2014

loadLevel(file)

Load a new level.

  • file : level file to load
   loadLevel("levels/myLevel.level")
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox