1#ifndef ACT2POLICESTATION_H
2#define ACT2POLICESTATION_H
42 return "Act2PoliceStation";
[AI] Represents the Act 2 Police Station entity in LEGO Island.
MxBool IsA(const char *p_name) const override
[AI] Checks whether the class is or derives from a specified named type.
MxLong Notify(MxParam &p_param) override
[AI] Handles notifications directed at the police station entity.
const char * ClassName() const override
[AI] Gets the class name identifier for RTTI type checking.
[AI] Represents an entity that can be placed and managed in the LEGO Island world.
MxBool IsA(const char *p_name) const override
[AI] Polymorphic type check for this entity given a string.
[AI] MxParam serves as a polymorphic base class for parameter passing in event and notification syste...