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

Detailed Description

Definition at line 2081 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
 
u8 * gridData
 
void(* fpInit )(struct MenuPanel *)
 
void(* fpHandleInput )(struct MenuPanel *)
 
void(* fpUpdate )(struct MenuPanel *)
 
void(* fpCleanup )(struct MenuPanel *)
 

Field Documentation

◆ initialized

◆ col

◆ row

◆ selected

◆ state

◆ numCols

◆ numRows

◆ numPages

s8 MenuPanel::numPages

Definition at line 2089 of file common_structs.h.

◆ gridData

u8* MenuPanel::gridData

Definition at line 2090 of file common_structs.h.

Referenced by filemenu_draw_contents_choose_name(), and filemenu_set_selected().

◆ fpInit

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

Definition at line 2091 of file common_structs.h.

Referenced by filemenu_init(), and pause_init().

◆ fpHandleInput

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

Definition at line 2092 of file common_structs.h.

Referenced by filemenu_update(), and pause_handle_input().

◆ fpUpdate

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

Definition at line 2093 of file common_structs.h.

Referenced by filemenu_update(), and pause_handle_input().

◆ fpCleanup

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

Definition at line 2094 of file common_structs.h.

Referenced by filemenu_cleanup(), and pause_cleanup().


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