Go to the source code of this file.
◆ EVS_800936C0
Initial value:= {
}
#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.
Definition at line 7 of file 38F00.c.
◆ EVS_NpcHitRecoil
Definition at line 13 of file 38F00.c.
13 {
54};
ApiStatus GetNpcPos(Evt *script, b32 isInitialCall)
ApiStatus SetNpcAnimation(Evt *script, b32 isInitialCall)
ApiStatus SetNpcPos(Evt *script, b32 isInitialCall)
#define Set(VAR, INT_VALUE)
Sets the given variable to a given value casted to an integer.
#define Add(VAR, INT_VALUE)
#define Wait(NUM_FRAMES)
Blocks for the given number of frames.
◆ D_800939A4
Initial value:
Definition at line 56 of file 38F00.c.
◆ D_800939B4
Initial value:= {
}
@ NPC_FLAG_IGNORE_CAMERA_FOR_YAW
ApiStatus SetNpcImgFXParams(Evt *script, b32 isInitialCall)
ApiStatus BindNpcAI(Evt *script, b32 isInitialCall)
ApiStatus SetNpcRotation(Evt *script, b32 isInitialCall)
ApiStatus SetSelfVar(Evt *script, b32 isInitialCall)
ApiStatus SetNpcFlagBits(Evt *script, b32 isInitialCall)
ApiStatus GetSelfVar(Evt *script, b32 isInitialCall)
#define Ref(sym)
Address/pointer constant.
#define EndLoop
Marks the end of a loop.
#define EndIf
Marks the end of an if statement or an else block.
#define IfEq(LVAR, RVAR)
Marks the beginning of an if statement that only executes if LVAR == RVAR.
#define Loop(TIMES)
Marks the beginning of a loop.
Definition at line 61 of file 38F00.c.