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

Public Member Functions

void init (s32)
 
const char * getAreaLightNameInZoneData (s32) const
 

Public Attributes

s32 mAreaCount
 
AreaInfomAreaInfo
 

Detailed Description

Definition at line 26 of file LightZoneDataHolder.hpp.

Constructor & Destructor Documentation

◆ LightZoneInfo()

LightZoneInfo::LightZoneInfo ( )

Definition at line 28 of file LightZoneDataHolder.cpp.

Member Function Documentation

◆ init()

void LightZoneInfo::init ( s32 zoneID)

Definition at line 72 of file LightZoneDataHolder.cpp.

◆ getAreaLightNameInZoneData()

const char * LightZoneInfo::getAreaLightNameInZoneData ( s32 idx) const

Definition at line 33 of file LightZoneDataHolder.cpp.

Member Data Documentation

◆ mAreaCount

s32 LightZoneInfo::mAreaCount

Definition at line 34 of file LightZoneDataHolder.hpp.

◆ mAreaInfo

AreaInfo* LightZoneInfo::mAreaInfo

Definition at line 35 of file LightZoneDataHolder.hpp.