Definition at line 404 of file common_structs.h.
#include "common_structs.h"
Data Fields | |
s32 | flags |
s16 | varIndex |
char | unk_06 [2] |
s32 | colliderID |
s32(* | onActivateFunc )(struct Trigger *) |
char | unk_10 [4] |
s32 | tattleMsg |
s32 | hasPlayerInteractPrompt |
s32 * | itemList |
s32 TriggerBlueprint::flags |
Definition at line 405 of file common_structs.h.
Referenced by bind_trigger(), create_trigger(), evt_handle_bind(), and evt_handle_bind_lock().
s16 TriggerBlueprint::varIndex |
Definition at line 406 of file common_structs.h.
Referenced by create_trigger(), evt_handle_bind(), and evt_handle_bind_lock().
char TriggerBlueprint::unk_06[2] |
Definition at line 407 of file common_structs.h.
s32 TriggerBlueprint::colliderID |
Definition at line 408 of file common_structs.h.
Referenced by bind_trigger(), create_trigger(), evt_handle_bind(), and evt_handle_bind_lock().
s32(* TriggerBlueprint::onActivateFunc) (struct Trigger *) |
Definition at line 409 of file common_structs.h.
Referenced by bind_trigger(), create_trigger(), evt_handle_bind(), and evt_handle_bind_lock().
char TriggerBlueprint::unk_10[4] |
Definition at line 410 of file common_structs.h.
s32 TriggerBlueprint::tattleMsg |
Definition at line 411 of file common_structs.h.
Referenced by bind_trigger(), create_trigger(), evt_handle_bind(), and evt_handle_bind_lock().
s32 TriggerBlueprint::hasPlayerInteractPrompt |
Definition at line 412 of file common_structs.h.
Referenced by bind_trigger(), create_trigger(), evt_handle_bind(), and evt_handle_bind_lock().
s32* TriggerBlueprint::itemList |
Definition at line 413 of file common_structs.h.
Referenced by create_trigger(), and evt_handle_bind_lock().