Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
TriggerBlueprint Struct Reference

Detailed Description

Definition at line 405 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
 

Field Documentation

◆ flags

s32 TriggerBlueprint::flags

Definition at line 406 of file common_structs.h.

Referenced by bind_trigger(), evt_handle_bind(), and evt_handle_bind_lock().

◆ varIndex

s16 TriggerBlueprint::varIndex

Definition at line 407 of file common_structs.h.

◆ unk_06

char TriggerBlueprint::unk_06[2]

Definition at line 408 of file common_structs.h.

◆ colliderID

s32 TriggerBlueprint::colliderID

Definition at line 409 of file common_structs.h.

◆ onActivateFunc

s32(* TriggerBlueprint::onActivateFunc) (struct Trigger *)

Definition at line 410 of file common_structs.h.

◆ unk_10

char TriggerBlueprint::unk_10[4]

Definition at line 411 of file common_structs.h.

◆ tattleMsg

s32 TriggerBlueprint::tattleMsg

Definition at line 412 of file common_structs.h.

◆ hasPlayerInteractPrompt

s32 TriggerBlueprint::hasPlayerInteractPrompt

Definition at line 413 of file common_structs.h.

◆ itemList

s32* TriggerBlueprint::itemList

Definition at line 414 of file common_structs.h.


The documentation for this struct was generated from the following file: