Isle
|
[AI] MxParam serves as a polymorphic base class for parameter passing in event and notification systems throughout the LEGO Island engine. More...
#include <mxparam.h>
Public Member Functions | |
virtual | ~MxParam () |
[AI] Virtual destructor for safe polymorphic deletion of derived parameter objects. More... | |
[AI] MxParam serves as a polymorphic base class for parameter passing in event and notification systems throughout the LEGO Island engine.
[AI]
[AI] MxParam is a minimal virtual base type used for argument polymorphism when sending or receiving notifications or system events. Subclasses typically carry actual payload data relevant to a particular notification or event, but by using MxParam pointers the notification interface can remain generic. [AI] @size 0x04 [AI]
|
inlinevirtual |