Go to the source code of this file.
◆ init()
void N init |
( |
Npc * | partner | ) |
|
◆ try_cancel_tweester()
void N try_cancel_tweester |
( |
Npc * | goompa | ) |
|
Definition at line 123 of file goompa.c.
123 {
126 goompa->
flags = N(TweesterPhysicsPtr)->prevFlags;
129 }
130}
void partner_clear_player_tracking(Npc *partner)
Entity * TweesterTouchingPartner
◆ EVS_WorldGoompa_TakeOut
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 26 of file goompa.c.
◆ EVS_WorldGoompa_Update
Initial value:
Definition at line 117 of file goompa.c.
◆ EVS_WorldGoompa_UseAbility
Initial value:
Definition at line 136 of file goompa.c.
◆ EVS_WorldGoompa_PutAway
Initial value:
Definition at line 156 of file goompa.c.