Skip to content
Snippets Groups Projects
Commit 93ec472c authored by Claire Ellis's avatar Claire Ellis :speech_balloon:
Browse files

Expose BOT_ to lua

parent 0a60fe0b
Branches
Tags
1 merge request!1383Multiplayer Bot Features (aka AddPlayer)
...@@ -5167,6 +5167,12 @@ struct int_const_s const INT_CONST[] = { ...@@ -5167,6 +5167,12 @@ struct int_const_s const INT_CONST[] = {
{"GF_REDFLAG",GF_REDFLAG}, {"GF_REDFLAG",GF_REDFLAG},
{"GF_BLUEFLAG",GF_BLUEFLAG}, {"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 // Customisable sounds for Skins, from sounds.h
{"SKSSPIN",SKSSPIN}, {"SKSSPIN",SKSSPIN},
{"SKSPUTPUT",SKSPUTPUT}, {"SKSPUTPUT",SKSPUTPUT},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment