5#define NAMESPACE A(sam_02b)
13 Exec(N(EVS_SpawnSnowfall))
23s32 N(ForegroundModels)[] = {
31 .shape =
"sam_bt02_shape",
32 .hit =
"sam_bt02_hit",
34 .preBattle = &N(EVS_PreBattle),
35 .postBattle = &N(EVS_PostBattle),
36 .foregroundModelList = N(ForegroundModels),
ApiStatus SetGroupVisibility(Evt *script, b32 isInitialCall)
Enables or disables the given group.
ApiStatus SetSpriteShading(Evt *script, b32 isInitialCall)
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
#define Exec(EVT_SOURCE)
Launches a new thread.
#define Return
Kills the current EVT thread.
#define STAGE_MODEL_LIST_END