[PlayerState] Enabled GetPlayerController Lua binding.

This commit is contained in:
AJ Kelly
2012-05-27 12:56:25 -05:00
parent 05a410321e
commit 80f8d2122a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ StepMania 5.0 ???? ?? | 20120???
2012/05/27 2012/05/27
---------- ----------
* [MusicWheel] Added EmptyColor metric. * [MusicWheel] Added EmptyColor metric.
* [PlayerState] Enabled GetPlayerController Lua binding.
2012/05/21 2012/05/21
---------- ----------
+1
View File
@@ -263,6 +263,7 @@ public:
{ {
ADD_METHOD( GetPlayerNumber ); ADD_METHOD( GetPlayerNumber );
ADD_METHOD( GetMultiPlayerNumber ); ADD_METHOD( GetMultiPlayerNumber );
ADD_METHOD( GetPlayerController );
ADD_METHOD( SetPlayerOptions ); ADD_METHOD( SetPlayerOptions );
ADD_METHOD( GetPlayerOptions ); ADD_METHOD( GetPlayerOptions );
ADD_METHOD( GetPlayerOptionsArray ); ADD_METHOD( GetPlayerOptionsArray );