5#define NAMESPACE A(isk_06b)
9API_CALLABLE(N(CreateTorchFX)) {
10 fx_flame(
FX_FLAME_RED, -110.0f, 80.0f, -146.0, 0.3f, &N(TorchFlame));
14API_CALLABLE(N(DeleteTorchFX)) {
22 Call(N(CreateTorchFX))
29 Call(N(DeleteTorchFX))
36 .shape =
"isk_bt06_shape",
37 .hit =
"isk_bt06_hit",
38 .preBattle = &N(EVS_PreBattle),
39 .postBattle = &N(EVS_PostBattle),
ApiStatus SetSpriteShading(Evt *script, b32 isInitialCall)
ApiStatus EnableModel(Evt *script, b32 isInitialCall)
Enables or disables the given model.
ApiStatus SetCamBGColor(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 Return
Kills the current EVT thread.