Go to the source code of this file.
◆ _COMMON_KEY_CHOICE_
#define _COMMON_KEY_CHOICE_ |
◆ _CHOICE_SUPPORT_
◆ EVT_CHOOSE_ANY_KEY_ITEM
#define EVT_CHOOSE_ANY_KEY_ITEM |
( |
| ) |
|
Value:
ExecWait(N(EVS_ChooseKeyItem))
#define Set(VAR, INT_VALUE)
Sets the given variable to a given value casted to an integer.
Definition at line 100 of file KeyItemChoice.inc.c.
100#define EVT_CHOOSE_ANY_KEY_ITEM() \
101 Set(LVar0, NULL) \
102 Set(LVar1, 0) \
103 ExecWait(N(EVS_ChooseKeyItem))
◆ EVT_CHOOSE_KEY_ITEM_FROM
#define EVT_CHOOSE_KEY_ITEM_FROM |
( |
| itemList | ) |
|
Value:
ExecWait(N(EVS_ChooseKeyItem))
#define Ref(sym)
Address/pointer constant.
Definition at line 105 of file KeyItemChoice.inc.c.
105#define EVT_CHOOSE_KEY_ITEM_FROM(itemList) \
106 Set(LVar0, Ref(itemList)) \
107 Set(LVar1, 0) \
108 ExecWait(N(EVS_ChooseKeyItem))