Add RefreshNoteSkinData lua binding.

If anyone recalls the other ways of getting
arbitrary games, a similar binding could be
added to NoteSkinManager.
This commit is contained in:
Jason Felds
2011-11-06 10:36:08 -05:00
parent 98c9515c37
commit 34f3ff2c31
4 changed files with 16 additions and 0 deletions
+3
View File
@@ -2126,6 +2126,9 @@
<Function name='PlayersCanJoin' return='bool' arguments=''>
Returns <code>true</code> if players can join the game.
</Function>
<Function name='RefreshNoteSkinData' return='void' arguments=''>
Refreshes the NoteSkin data for the current game.
</Function>
<Function name='Reset' return='void' arguments=''>
Resets the GameState.
</Function>