New Lua Bindings: Profile:SetCharacter(sCharID), GAMESTATE:GetCharacter(PlayerNumber), GAMESTATE:SetCharacter(PlayerNumber,sCharID)

This commit is contained in:
AJ Kelly
2010-12-18 14:42:07 -06:00
parent ac92794e43
commit a8de96107f
4 changed files with 21 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ sm-ssc v1.2 | 201012xx
20101218
--------
* [MusicWheelItem] Add OverPart. [freem]
* [Profile] SetCharacter(sCharID) Lua binding added. [freem]
* [GameState] GetCharacter(PlayerNumber) and SetCharacter(PlayerNumber,sCharID)
Lua bindings added. [freem]
20101217
--------