= {
}
@ SOUND_EAT_OR_DRINK
Definition enums.h:1441
ApiStatus PlaySound(Evt *script, b32 isInitialCall)
ApiStatus SetPlayerAnimation(Evt *script, b32 isInitialCall)
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
Definition macros.h:225
#define EndLoop
Marks the end of a loop.
Definition macros.h:260
#define Thread
Marks the start of a thread block.
Definition macros.h:556
#define EndThread
Marks the end of a thread block.
Definition macros.h:559
#define Wait(NUM_FRAMES)
Blocks for the given number of frames.
Definition macros.h:266
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
Definition macros.h:588
#define Loop(TIMES)
Marks the beginning of a loop.
Definition macros.h:257
#define Return
Kills the current EVT thread.
Definition macros.h:229