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

Detailed Description

Definition at line 2139 of file common_structs.h.

#include "common_structs.h"

Data Fields

s8 windowID
 
char unk_01
 
Vec2s pos
 
s16 width
 
s16 height
 
u8 priority
 
char unk_0B
 
void(* fpDrawContents )(MenuPanel *menu, s32 baseX, s32 baseY, s32 width, s32 height, s32 opacity, s32 darkening)
 
MenuPaneltab
 
s8 parentID
 
char unk_15 [3]
 
WindowUpdateFunc fpUpdate
 
u8 extraFlags
 
char unk_1D [3]
 
WindowStyle style
 

Field Documentation

◆ windowID

s8 MenuWindowBP::windowID

Definition at line 2140 of file common_structs.h.

Referenced by setup_pause_menu_tab().

◆ unk_01

char MenuWindowBP::unk_01

Definition at line 2141 of file common_structs.h.

◆ pos

Vec2s MenuWindowBP::pos

Definition at line 2142 of file common_structs.h.

Referenced by setup_pause_menu_tab().

◆ width

s16 MenuWindowBP::width

Definition at line 2143 of file common_structs.h.

Referenced by setup_pause_menu_tab().

◆ height

s16 MenuWindowBP::height

Definition at line 2144 of file common_structs.h.

Referenced by setup_pause_menu_tab().

◆ priority

u8 MenuWindowBP::priority

Definition at line 2145 of file common_structs.h.

Referenced by setup_pause_menu_tab().

◆ unk_0B

char MenuWindowBP::unk_0B

Definition at line 2146 of file common_structs.h.

◆ fpDrawContents

void(* MenuWindowBP::fpDrawContents) (MenuPanel *menu, s32 baseX, s32 baseY, s32 width, s32 height, s32 opacity, s32 darkening)

Definition at line 2147 of file common_structs.h.

Referenced by setup_pause_menu_tab().

◆ tab

◆ parentID

s8 MenuWindowBP::parentID

Definition at line 2149 of file common_structs.h.

Referenced by setup_pause_menu_tab().

◆ unk_15

char MenuWindowBP::unk_15[3]

Definition at line 2150 of file common_structs.h.

◆ fpUpdate

WindowUpdateFunc MenuWindowBP::fpUpdate

Definition at line 2151 of file common_structs.h.

Referenced by setup_pause_menu_tab().

◆ extraFlags

u8 MenuWindowBP::extraFlags

Definition at line 2152 of file common_structs.h.

Referenced by setup_pause_menu_tab().

◆ unk_1D

char MenuWindowBP::unk_1D[3]

Definition at line 2153 of file common_structs.h.

◆ style

WindowStyle MenuWindowBP::style

Definition at line 2154 of file common_structs.h.

Referenced by filemenu_init(), and setup_pause_menu_tab().


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