Go to the source code of this file.
◆ _COMMON_CONSUMABLE_CHOICE_
#define _COMMON_CONSUMABLE_CHOICE_ |
◆ _CHOICE_SUPPORT_
◆ EVT_CHOOSE_ANY_CONSUMABLE
#define EVT_CHOOSE_ANY_CONSUMABLE |
( |
| unkMode | ) |
|
Value:
ExecWait(N(EVS_ChooseItem))
#define Set(VAR, INT_VALUE)
Sets the given variable to a given value casted to an integer.
Definition at line 99 of file ConsumableItemChoice.inc.c.
99#define EVT_CHOOSE_ANY_CONSUMABLE(unkMode) \
100 Set(LVar0, NULL) \
101 Set(LVar1, unkMode) \
102 ExecWait(N(EVS_ChooseItem))
◆ EVT_CHOOSE_CONSUMABLE_FROM
#define EVT_CHOOSE_CONSUMABLE_FROM |
( |
| itemList, |
|
|
| unkMode ) |
Value:
ExecWait(N(EVS_ChooseItem))
#define Ref(sym)
Address/pointer constant.
Definition at line 104 of file ConsumableItemChoice.inc.c.
104#define EVT_CHOOSE_CONSUMABLE_FROM(itemList, unkMode) \
105 Set(LVar0, Ref(itemList)) \
106 Set(LVar1, unkMode) \
107 ExecWait(N(EVS_ChooseItem))