= {
}
@ ROOM_DROP_DOOR_ENTER
Definition enums.h:4514
@ ROOM_DROP_DOOR_EXIT
Definition enums.h:4517
@ ROOM_DROP_DOOR_2
Definition enums.h:4516
@ ROOM_DROP_DOOR_1
Definition enums.h:4515
@ EASING_CUBIC_IN
Definition enums.h:512
@ EASING_CUBIC_OUT
Definition enums.h:515
ApiStatus UpdateLerp(Evt *script, b32 isInitialCall)
ApiStatus MakeLerp(Evt *script, b32 isInitialCall)
#define Switch(LVAR)
Marks the start of a switch statement.
Definition macros.h:323
#define Set(VAR, INT_VALUE)
Sets the given variable to a given value casted to an integer.
Definition macros.h:377
#define CaseEq(RVAR)
Marks the start of a switch case that executes only if LVAR == RVAR. It also marks the end of any pre...
Definition macros.h:331
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
Definition macros.h:225
#define Goto(LABEL_ID)
Moves execution to the given label.
Definition macros.h:244
#define Label(LABEL_ID)
Marks this point in the script as a Goto target.
Definition macros.h:239
#define EndIf
Marks the end of an if statement or an else block.
Definition macros.h:310
#define LVar2
Definition macros.h:146
#define LVar1
Definition macros.h:145
#define Wait(NUM_FRAMES)
Blocks for the given number of frames.
Definition macros.h:266
#define EndSwitch
Marks the end of a switch statement and any case.
Definition macros.h:374
#define IfEq(LVAR, RVAR)
Marks the beginning of an if statement that only executes if LVAR == RVAR.
Definition macros.h:281
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
Definition macros.h:588
#define LVar0
Definition macros.h:144
#define Exec(EVT_SOURCE)
Launches a new thread.
Definition macros.h:467
#define Return
Kills the current EVT thread.
Definition macros.h:229
@ ROOM_DATA_EVT_DROP_DOOR
Definition rooms.c:51