Expose ringbox results to Lua

This commit is contained in:
JugadorXEI 2024-10-19 19:58:01 +02:00 committed by AJ Martinez
parent 52b7ec0a42
commit e5a20fdc3d

View file

@ -5225,6 +5225,15 @@ struct int_const_s const INT_CONST[] = {
{"ENDOFPOWERUPS",ENDOFPOWERUPS}, {"ENDOFPOWERUPS",ENDOFPOWERUPS},
{"LASTPOWERUP",LASTPOWERUP}, {"LASTPOWERUP",LASTPOWERUP},
{"NUMPOWERUPS",NUMPOWERUPS}, {"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 // kartshields_t
{"KSHIELD_NONE",KSHIELD_NONE}, {"KSHIELD_NONE",KSHIELD_NONE},