add lua binding
This commit is contained in:
@@ -11,6 +11,7 @@ XToString( PlayerNumber );
|
|||||||
XToLocalizedString( PlayerNumber );
|
XToLocalizedString( PlayerNumber );
|
||||||
LuaFunction( PlayerNumberToString, PlayerNumberToString(Enum::Check<PlayerNumber>(L, 1)) );
|
LuaFunction( PlayerNumberToString, PlayerNumberToString(Enum::Check<PlayerNumber>(L, 1)) );
|
||||||
LuaXType( PlayerNumber );
|
LuaXType( PlayerNumber );
|
||||||
|
LuaFunction( PlayerNumberToLocalizedString, PlayerNumberToLocalizedString(Enum::Check<PlayerNumber>(L, 1)) );
|
||||||
|
|
||||||
static const char *MultiPlayerNames[] = {
|
static const char *MultiPlayerNames[] = {
|
||||||
"P1",
|
"P1",
|
||||||
|
|||||||
Reference in New Issue
Block a user