Add the GAMESTATE:InStepEditor LUA binding.

This commit is contained in:
Jason Felds
2011-12-12 18:49:10 -05:00
parent bfed4c94dd
commit 1376a46b01
4 changed files with 12 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@ ________________________________________________________________________________
StepMania 5.0 $next | 20111xxx
--------------------------------------------------------------------------------
2011/12/12
----------
* [ScreenEdit] Add the GAMESTATE:InStepEditor LUA binding. [Wolfman2000]
2011/12/11
----------
* [ScreenEdit] Restore cycling the timing segments for jumping between.
+1
View File
@@ -774,6 +774,7 @@
<Function name='GetStageSeed'/>
<Function name='GetWorkoutGoalComplete'/>
<Function name='HasEarnedExtraStage'/>
<Function name='InStepEditor'/>
<Function name='IsAnExtraStage'/>
<Function name='IsAnyHumanPlayerUsingMemoryCard'/>
<Function name='IsBattleMode'/>
+5
View File
@@ -2084,6 +2084,11 @@
<Function name='HasEarnedExtraStage' return='bool' arguments=''>
Returns <code>true</code> if an extra stage was earned.
</Function>
<Function name='InStepEditor' return='bool' arguments=''>
Returns <code>true</code> if we are specifically in the Step Editor's
editing portion. If in recording or playing mode, this will return
<code>false</code>.
</Function>
<Function name='IsAnExtraStage' return='bool' arguments=''>
Returns <code>true</code> if this is an extra stage.
</Function>