NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
sStateIDChk_c Class Reference

#include <game/sLib/s_StateIDChk.hpp>

Inheritance diagram for sStateIDChk_c:
[legend]

Description

A default implementation of a state ID checker.

isNormalID always returns true.

Definition at line 6 of file s_StateIDChk.hpp.

Public Member Functions

virtual bool isNormalID (const sStateIDIf_c &) const
 Returns whether a state ID is normal.
 

Constructor & Destructor Documentation

◆ sStateIDChk_c()

sStateIDChk_c::sStateIDChk_c ( )
inline

Definition at line 8 of file s_StateIDChk.hpp.

◆ ~sStateIDChk_c()

virtual sStateIDChk_c::~sStateIDChk_c ( )
inlinevirtual

Definition at line 9 of file s_StateIDChk.hpp.

Member Function Documentation

◆ isNormalID()

virtual bool sStateIDChk_c::isNormalID ( const sStateIDIf_c & id) const
inlinevirtual

Returns whether a state ID is normal.

Implements sStateIDChkIf_c.

Definition at line 10 of file s_StateIDChk.hpp.