mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Expose IF_ flags to Lua
This commit is contained in:
parent
753657bd36
commit
4d14f76e16
1 changed files with 6 additions and 0 deletions
|
|
@ -5234,6 +5234,12 @@ struct int_const_s const INT_CONST[] = {
|
|||
{"KSM_SEVEN", KSM_SEVEN},
|
||||
{"KSM_JACKPOT", KSM_JACKPOT},
|
||||
{"KSM__MAX", KSM__MAX},
|
||||
|
||||
// itemflags_t
|
||||
{"IF_USERINGS", IF_USERINGS},
|
||||
{"IF_ITEMOUT", IF_ITEMOUT},
|
||||
{"IF_EGGMANOUT", IF_EGGMANOUT},
|
||||
{"IF_HOLDREADY", IF_HOLDREADY},
|
||||
|
||||
// kartshields_t
|
||||
{"KSHIELD_NONE",KSHIELD_NONE},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue