[GameCommand] Remove pushscreen
[ScreenOptionsMasterPrefs] Reset Judge and Life values to the ones in SM4 [ScreenNetEvaluation] add Score, Grade, PlayerOptions params to UpdateNetEvalStats message [PlayerState] add GetHealthState Lua binding small cleanup in statsman
This commit is contained in:
@@ -246,6 +246,7 @@ public:
|
||||
LuaHelpers::CreateTableFromArray<RString>( s, L );
|
||||
return 1;
|
||||
}
|
||||
DEFINE_METHOD( GetHealthState, m_HealthState );
|
||||
|
||||
LunaPlayerState()
|
||||
{
|
||||
@@ -254,6 +255,7 @@ public:
|
||||
ADD_METHOD( SetPlayerOptions );
|
||||
ADD_METHOD( GetPlayerOptions );
|
||||
ADD_METHOD( GetPlayerOptionsArray );
|
||||
ADD_METHOD( GetHealthState );
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user