Isle
Loading...
Searching...
No Matches
mxactionnotificationparam.cpp
Go to the documentation of this file.
2
5
6// FUNCTION: LEGO1 0x100b0300
8{
11 this->m_sender,
12 this->m_action,
13 this->m_realloc
14 );
15}
16
17// FUNCTION: LEGO1 0x100b04f0
19{
20 return new MxType4NotificationParam(this->m_sender, this->m_action, this->m_unk0x14);
21}
[AI] Notification parameter class that contains information about an MxDSAction, used for inter-objec...
MxDSAction * m_action
[AI] Associated action (owned if m_realloc is true). [AI]
[AI] Notification parameter marking the end of an action, specialization of MxActionNotificationParam...
[AI] Parameter object representing a single notification or event, carrying an identifier and sender ...
MxCore * m_sender
[AI] Pointer to the MxCore instance that sent or originated this notification.
[AI] Notification parameter marking the start of an action, specialization of MxActionNotificationPar...
[AI] Specialized notification parameter, used for notification type 4, extending MxActionNotification...
MxNotificationParam * Clone() const override
[AI] Returns a clone of this notification parameter. [AI]
#define DECOMP_SIZE_ASSERT(T, S)
Definition: decomp.h:19
@ c_notificationStartAction
[AI] Indicates the start of an action [AI]