New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
ActorProfileFindFunc Class Reference

#include <ActorFindFunc.h>

Inherits ActorFindFunc.

Public Member Functions

 ActorProfileFindFunc (s32 id)
virtual bool operator() (const ActorBase &actor)

Private Attributes

s32 mProfID

Constructor & Destructor Documentation

◆ ActorProfileFindFunc()

ActorProfileFindFunc::ActorProfileFindFunc ( s32 id)
inline

Member Function Documentation

◆ operator()()

virtual bool ActorProfileFindFunc::operator() ( const ActorBase & actor)
virtual

Implements ActorFindFunc.

Member Data Documentation

◆ mProfID

s32 ActorProfileFindFunc::mProfID
private