GetScenesNumber
From MaratisWiki
(Difference between revisions)
(Created page with "Returns an integer indicating the total number of scenes in the level. sceneCount = getScenesNumber()") |
Dahnielson (Talk | contribs) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lua-function|getScenesNumber|}} | ||
+ | |||
Returns an integer indicating the total number of scenes in the level. | Returns an integer indicating the total number of scenes in the level. | ||
sceneCount = getScenesNumber() | sceneCount = getScenesNumber() | ||
+ | |||
+ | [[Category:Lua scripting]] | ||
+ | [[Category:Lua function]] | ||
+ | [[Category:Scene]] |
Latest revision as of 16:50, 8 February 2014
getScenesNumber()
Returns an integer indicating the total number of scenes in the level.
sceneCount = getScenesNumber()