NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
fProfile::fBaseProfile_c Struct Reference

#include <dol/framework/f_profile.hpp>

Inheritance diagram for fProfile::fBaseProfile_c:
[legend]

Description

A set of basic information needed to construct a generic base.

Definition at line 52 of file f_profile.hpp.

Public Attributes

void *(* mpClassInit )()
 The constructor function.
 
u16 mExecuteOrder
 The execution priority of the base. Lower values mean higher priority.
 
u16 mDrawOrder
 The draw priority of the base. Lower values mean higher priority.
 

Member Data Documentation

◆ mpClassInit

void *(* fProfile::fBaseProfile_c::mpClassInit) ()

The constructor function.

Definition at line 53 of file f_profile.hpp.

◆ mExecuteOrder

u16 fProfile::fBaseProfile_c::mExecuteOrder

The execution priority of the base. Lower values mean higher priority.

Definition at line 54 of file f_profile.hpp.

◆ mDrawOrder

u16 fProfile::fBaseProfile_c::mDrawOrder

The draw priority of the base. Lower values mean higher priority.

Definition at line 55 of file f_profile.hpp.