mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +00:00
Expose BOT_ to lua
This commit is contained in:
parent
0a60fe0b1d
commit
93ec472c78
1 changed files with 6 additions and 0 deletions
|
@ -5167,6 +5167,12 @@ struct int_const_s const INT_CONST[] = {
|
|||
{"GF_REDFLAG",GF_REDFLAG},
|
||||
{"GF_BLUEFLAG",GF_BLUEFLAG},
|
||||
|
||||
// Bot types
|
||||
{"BOT_NONE",BOT_NONE},
|
||||
{"BOT_2PAI",BOT_2PAI},
|
||||
{"BOT_2PHUMAN",BOT_2PHUMAN},
|
||||
{"BOT_MPAI",BOT_MPAI},
|
||||
|
||||
// Customisable sounds for Skins, from sounds.h
|
||||
{"SKSSPIN",SKSSPIN},
|
||||
{"SKSPUTPUT",SKSPUTPUT},
|
||||
|
|
Loading…
Reference in a new issue