add lua STEPS_TYPE_INVALID
This commit is contained in:
@@ -42,6 +42,7 @@ static void LuaStepsType(lua_State* L)
|
|||||||
s.Replace('-','_');
|
s.Replace('-','_');
|
||||||
LUA->SetGlobal( "STEPS_TYPE_"+s, st );
|
LUA->SetGlobal( "STEPS_TYPE_"+s, st );
|
||||||
}
|
}
|
||||||
|
LUA->SetGlobal( "STEPS_TYPE_INVALID", STEPS_TYPE_INVALID );
|
||||||
}
|
}
|
||||||
REGISTER_WITH_LUA_FUNCTION( LuaStepsType );
|
REGISTER_WITH_LUA_FUNCTION( LuaStepsType );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user