Dump IW4 menu statements

This commit is contained in:
Jan
2021-10-15 22:19:17 +02:00
parent 868bd070d0
commit 0f7a8ca1c9
2 changed files with 229 additions and 41 deletions

View File

@ -1145,6 +1145,14 @@ namespace IW4
OP_COUNT
};
enum expressionFunction_e
{
EXP_FUNC_STATIC_DVAR_INT = OP_COUNT,
EXP_FUNC_STATIC_DVAR_BOOL,
EXP_FUNC_STATIC_DVAR_FLOAT,
EXP_FUNC_STATIC_DVAR_STRING,
};
union entryInternalData
{
int op;