mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Expose ringbox results to Lua
This commit is contained in:
parent
52b7ec0a42
commit
e5a20fdc3d
1 changed files with 9 additions and 0 deletions
|
|
@ -5226,6 +5226,15 @@ struct int_const_s const INT_CONST[] = {
|
|||
{"LASTPOWERUP",LASTPOWERUP},
|
||||
{"NUMPOWERUPS",NUMPOWERUPS},
|
||||
|
||||
// kartslotmachine_t
|
||||
{"KSM_BAR", KSM_BAR},
|
||||
{"KSM_DOUBLEBAR", KSM_DOUBLEBAR},
|
||||
{"KSM_TRIPLEBAR", KSM_TRIPLEBAR},
|
||||
{"KSM_RING", KSM_RING},
|
||||
{"KSM_SEVEN", KSM_SEVEN},
|
||||
{"KSM_JACKPOT", KSM_JACKPOT},
|
||||
{"KSM__MAX", KSM__MAX},
|
||||
|
||||
// kartshields_t
|
||||
{"KSHIELD_NONE",KSHIELD_NONE},
|
||||
{"KSHIELD_LIGHTNING",KSHIELD_LIGHTNING},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue