- Namespace
- Atavism
- Base Types
-
- object
- BaseMessage
- BaseWorldMessage
- Derived Types
graph BT
Type-->Base0["BaseWorldMessage"]
click Base0 "/docs/client_api_10.4.0/api/Atavism/BaseWorldMessage"
Base0-->Base1["BaseMessage"]
click Base1 "/docs/client_api_10.4.0/api/Atavism/BaseMessage"
Base1-->Base2["object"]
Type["ObjectPropertyMessage"]
class Type type-node
Derived0["ExtensionMessage"]-->Type
click Derived0 "/docs/client_api_10.4.0/api/Atavism/ExtensionMessage"
Derived1["OldExtensionMessage"]-->Type
click Derived1 "/docs/client_api_10.4.0/api/Atavism/OldExtensionMessage"
Syntax
public class ObjectPropertyMessage : BaseWorldMessage
Constructors
| Name | Summary |
|---|---|
| Object |
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
|
|
| oid |
Object id to which the message applies.
This is the 'subject' of the message.
Inherited from BaseWorldMessage
|
|
| propertyMap | ||
| recvTickCount |
When the message is received (prior to handling),
write the tick count here. This is only used for incoming
messages.
Inherited from BaseWorldMessage
|
Properties
| Name | Value | Summary |
|---|---|---|
| AbortHandling | bool |
Inherited from BaseWorldMessage
|
| DelayHandling | bool |
Inherited from BaseWorldMessage
|
| MessageType | WorldMessageType |
Inherited from BaseWorldMessage
|
| Oid | long |
Inherited from BaseWorldMessage
|
| Properties | Dictionary |
|
| ReceivedTickCount | long |
Inherited from BaseWorldMessage
|
Methods
| Name | Value | Summary |
|---|---|---|
| CreateMessage |
Atavism |
Inherited from BaseWorldMessage
|
| GetFloatProperty |
float | |
| GetIntProperty |
int | |
| GetLongProperty |
long | |
| GetObjectProperty |
object | |
| Get |
Quaternion | |
| GetStringProperty |
string | |
| GetVector3Property |
Vector3 | |
| ParseMessage |
void | |
| ParseWorldMessage |
void |
Inherited from BaseWorldMessage
|
| WriteMessage |
void |