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

Detailed Description

Definition at line 2082 of file common_structs.h.

#include "common_structs.h"

Data Fields

b8 initialized
 
s8 col
 
s8 row
 
u8 selected
 
s8 state
 
s8 numCols
 
s8 numRows
 
s8 numPages
 
u8gridData
 
void(* fpInit )(struct MenuPanel *)
 
void(* fpHandleInput )(struct MenuPanel *)
 
void(* fpUpdate )(struct MenuPanel *)
 
void(* fpCleanup )(struct MenuPanel *)
 

Field Documentation

◆ initialized

b8 MenuPanel::initialized

◆ col

s8 MenuPanel::col

Definition at line 2084 of file common_structs.h.

Referenced by pause_init(), pause_tabs_handle_input(), and pause_tabs_update().

◆ row

s8 MenuPanel::row

Definition at line 2085 of file common_structs.h.

◆ selected

u8 MenuPanel::selected

◆ state

◆ numCols

s8 MenuPanel::numCols

Definition at line 2088 of file common_structs.h.

◆ numRows

s8 MenuPanel::numRows

Definition at line 2089 of file common_structs.h.

◆ numPages

s8 MenuPanel::numPages

Definition at line 2090 of file common_structs.h.

◆ gridData

u8* MenuPanel::gridData

Definition at line 2091 of file common_structs.h.

◆ fpInit

void(* MenuPanel::fpInit) (struct MenuPanel *)

Definition at line 2092 of file common_structs.h.

Referenced by filemenu_init(), and pause_init().

◆ fpHandleInput

void(* MenuPanel::fpHandleInput) (struct MenuPanel *)

Definition at line 2093 of file common_structs.h.

Referenced by filemenu_update().

◆ fpUpdate

void(* MenuPanel::fpUpdate) (struct MenuPanel *)

Definition at line 2094 of file common_structs.h.

Referenced by filemenu_update(), and pause_handle_input().

◆ fpCleanup

void(* MenuPanel::fpCleanup) (struct MenuPanel *)

Definition at line 2095 of file common_structs.h.

Referenced by filemenu_cleanup(), and pause_cleanup().


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