mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 13:01:52 +00:00
Expose t_overlay_action_t enum and terrain_flags_t flags to Lua
This commit is contained in:
parent
858fd5a3f3
commit
8bc00d0d7c
1 changed files with 14 additions and 1 deletions
|
|
@ -5209,7 +5209,20 @@ struct int_const_s const INT_CONST[] = {
|
|||
{"TN_NIGHTCOREABLE",TN_NIGHTCOREABLE},
|
||||
{"TN_CHANGEPITCH",TN_CHANGEPITCH},
|
||||
{"TN_LOOPING",TN_LOOPING},
|
||||
|
||||
|
||||
// t_overlay_action_t
|
||||
{"TOV_UNDEFINED",TOV_UNDEFINED},
|
||||
{"TOV_STILL",TOV_STILL},
|
||||
{"TOV_MOVING",TOV_MOVING},
|
||||
{"TOV__MAX",TOV__MAX},
|
||||
|
||||
// terrain_flags_t
|
||||
{"TRF_LIQUID",TRF_LIQUID},
|
||||
{"TRF_SNEAKERPANEL",TRF_SNEAKERPANEL},
|
||||
{"TRF_STAIRJANK",TRF_STAIRJANK},
|
||||
{"TRF_TRIPWIRE",TRF_TRIPWIRE},
|
||||
{"TRF_REMAP",TRF_REMAP},
|
||||
|
||||
{NULL,0}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue