mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 23:42:07 +00:00
Lua gametyperules
This commit is contained in:
parent
2eec0b6a9b
commit
644d0d86ad
1 changed files with 3 additions and 0 deletions
|
|
@ -10909,6 +10909,9 @@ static inline int lib_getenum(lua_State *L)
|
||||||
} else if (fastcmp(word,"gametype")) {
|
} else if (fastcmp(word,"gametype")) {
|
||||||
lua_pushinteger(L, gametype);
|
lua_pushinteger(L, gametype);
|
||||||
return 1;
|
return 1;
|
||||||
|
} else if (fastcmp(word,"gametyperules")) {
|
||||||
|
lua_pushinteger(L, gametyperules);
|
||||||
|
return 1;
|
||||||
} else if (fastcmp(word,"leveltime")) {
|
} else if (fastcmp(word,"leveltime")) {
|
||||||
lua_pushinteger(L, leveltime);
|
lua_pushinteger(L, leveltime);
|
||||||
return 1;
|
return 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue