SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
LightZoneDataHolder Class Reference

Public Member Functions

void initZoneData ()
 
const char * getAreaLightNameInZoneData (const ZoneLightID &) const
 
const char * getDefaultStageAreaLightName () const
 

Public Attributes

s32 mCount
 
LightZoneInfomZoneInfo
 

Detailed Description

Definition at line 38 of file LightZoneDataHolder.hpp.

Constructor & Destructor Documentation

◆ LightZoneDataHolder()

LightZoneDataHolder::LightZoneDataHolder ( )

Definition at line 43 of file LightZoneDataHolder.cpp.

Member Function Documentation

◆ initZoneData()

void LightZoneDataHolder::initZoneData ( )

Definition at line 48 of file LightZoneDataHolder.cpp.

◆ getAreaLightNameInZoneData()

const char * LightZoneDataHolder::getAreaLightNameInZoneData ( const ZoneLightID & zoneID) const

Definition at line 57 of file LightZoneDataHolder.cpp.

◆ getDefaultStageAreaLightName()

const char * LightZoneDataHolder::getDefaultStageAreaLightName ( ) const

Definition at line 68 of file LightZoneDataHolder.cpp.

Member Data Documentation

◆ mCount

s32 LightZoneDataHolder::mCount

Definition at line 46 of file LightZoneDataHolder.hpp.

◆ mZoneInfo

LightZoneInfo* LightZoneDataHolder::mZoneInfo

Definition at line 47 of file LightZoneDataHolder.hpp.