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

#include <dol/sLib/s_StateInterfaces.hpp>

Inheritance diagram for sStateIDChk_c:
[legend]

Description

A default implementation of a state ID checker.

isNormalID always returns true.

Definition at line 54 of file s_StateInterfaces.hpp.

Public Member Functions

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

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 56 of file s_StateInterfaces.hpp.