mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Dump IW4 menu statements
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user