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

Public Member Functions

 SwitchIdInfo (s32, const JMapInfoIter &)
 
s32 getSwitchNo () const
 

Public Attributes

JMapIdInfomIDInfo
 
bool mIsGlobal
 

Detailed Description

Definition at line 28 of file StageSwitch.hpp.

Constructor & Destructor Documentation

◆ SwitchIdInfo()

SwitchIdInfo::SwitchIdInfo ( s32 switchID,
const JMapInfoIter & rIter )

Definition at line 31 of file StageSwitch.cpp.

Member Function Documentation

◆ getSwitchNo()

s32 SwitchIdInfo::getSwitchNo ( ) const

Definition at line 37 of file StageSwitch.cpp.

Member Data Documentation

◆ mIDInfo

JMapIdInfo* SwitchIdInfo::mIDInfo

Definition at line 34 of file StageSwitch.hpp.

◆ mIsGlobal

bool SwitchIdInfo::mIsGlobal

Definition at line 35 of file StageSwitch.hpp.