Properly add GetArchName() lua binding.
This commit is contained in:
@@ -8,6 +8,12 @@ ________________________________________________________________________________
|
|||||||
StepMania 5.0 $next | 2011xxxx
|
StepMania 5.0 $next | 2011xxxx
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
2011/11/02
|
||||||
|
----------
|
||||||
|
* [ArchHooks] Add the GetArchName lua binding. To the themers that use
|
||||||
|
GetOSName, that function may be deprecated in the future. For now,
|
||||||
|
both options exist. [vyhd, Wolfman2000]
|
||||||
|
|
||||||
2011/11/01
|
2011/11/01
|
||||||
----------
|
----------
|
||||||
* [ArrowEffects] Fix Expand, and possibly other mods, from breaking if
|
* [ArrowEffects] Fix Expand, and possibly other mods, from breaking if
|
||||||
|
|||||||
@@ -537,6 +537,7 @@
|
|||||||
</Class>
|
</Class>
|
||||||
<Class name='ArchHooks'>
|
<Class name='ArchHooks'>
|
||||||
<Function name='AppHasFocus'/>
|
<Function name='AppHasFocus'/>
|
||||||
|
<Function name='GetArchName'/>
|
||||||
</Class>
|
</Class>
|
||||||
<Class base='BitmapText' name='BPMDisplay'>
|
<Class base='BitmapText' name='BPMDisplay'>
|
||||||
<Function name='GetText'/>
|
<Function name='GetText'/>
|
||||||
|
|||||||
@@ -1368,6 +1368,9 @@
|
|||||||
<Function name='AppHasFocus' return='bool' arguments=''>
|
<Function name='AppHasFocus' return='bool' arguments=''>
|
||||||
Returns <code>true</code> if the application presently has focus.
|
Returns <code>true</code> if the application presently has focus.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='GetArchName' return='{string}' arguments=''>
|
||||||
|
Returns the name of the architecture in use.
|
||||||
|
</Function>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='Banner'>
|
<Class name='Banner'>
|
||||||
<Function name='GetScrolling' return='bool' arguments=''>
|
<Function name='GetScrolling' return='bool' arguments=''>
|
||||||
|
|||||||
Reference in New Issue
Block a user