- Namespace
- Atavism
- Base Types
graph BT
Type-->Base0["EquipResponseMessage"]
click Base0 "/docs/client_api_10.4.0/api/Atavism/EquipResponseMessage"
Base0-->Base1["ItemEquipStatusMessage"]
click Base1 "/docs/client_api_10.4.0/api/Atavism/ItemEquipStatusMessage"
Base1-->Base2["ItemStatusMessage"]
click Base2 "/docs/client_api_10.4.0/api/Atavism/ItemStatusMessage"
Base2-->Base3["TargetMessage"]
click Base3 "/docs/client_api_10.4.0/api/Atavism/TargetMessage"
Base3-->Base4["BaseWorldMessage"]
click Base4 "/docs/client_api_10.4.0/api/Atavism/BaseWorldMessage"
Base4-->Base5["BaseMessage"]
click Base5 "/docs/client_api_10.4.0/api/Atavism/BaseMessage"
Base5-->Base6["object"]
Type["UnequipResponseMessage"]
class Type type-node
Syntax
public class UnequipResponseMessage : EquipResponseMessage
Constructors
| Name | Summary |
|---|---|
| Unequip |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| abortHandling |
Some messages (such as the portal message) cause us to abort
processing messages from the queue.
Inherited from BaseWorldMessage
|
|
| delayHandling |
Some messages (such as model info) require additional work
to be done before we can continue.
Inherited from BaseWorldMessage
|
|
| messageType |
What type of message this is.
Inherited from BaseWorldMessage
|
|
| objectId |
Inherited from TargetMessage
|
|
| oid |
Object id to which the message applies.
This is the 'subject' of the message.
Inherited from BaseWorldMessage
|
|
| recvTickCount |
When the message is received (prior to handling),
write the tick count here. This is only used for incoming
messages.
Inherited from BaseWorldMessage
|
|
| slotName |
Inherited from Item
|
|
| status |
Inherited from ItemStatusMessage
|
Properties
| Name | Value | Summary |
|---|---|---|
| AbortHandling | bool |
Inherited from BaseWorldMessage
|
| DelayHandling | bool |
Inherited from BaseWorldMessage
|
| MessageType | WorldMessageType |
Inherited from BaseWorldMessage
|
| ObjectId | long |
Inherited from TargetMessage
|
| Oid | long |
Inherited from BaseWorldMessage
|
| ReceivedTickCount | long |
Inherited from BaseWorldMessage
|
| SlotName | string |
Inherited from Item
|
| Status | bool |
Inherited from ItemStatusMessage
|
Methods
| Name | Value | Summary |
|---|---|---|
| CreateMessage |
Atavism |
Inherited from BaseWorldMessage
|
| ParseMessage |
void |
Inherited from EquipResponseMessage
|
| ParseWorldMessage |
void |
Inherited from BaseWorldMessage
|
| WriteMessage |
void |
Inherited from TargetMessage
|