mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 15:28:11 -05:00
Make use of custom functions when converting menus
This commit is contained in:
@ -1105,9 +1105,9 @@ namespace IW4
|
||||
VAL_INT = 0x0,
|
||||
VAL_FLOAT = 0x1,
|
||||
VAL_STRING = 0x2,
|
||||
NUM_INTERNAL_DATATYPES = 0x3,
|
||||
VAL_FUNCTION = 0x3,
|
||||
NUM_DATATYPES = 0x4,
|
||||
|
||||
NUM_DATATYPES,
|
||||
};
|
||||
|
||||
struct Operand
|
||||
|
Reference in New Issue
Block a user