AddParticleEffectMessage Class

Namespace
Atavism
Base Types
graph BT Type-->Base0["TargetMessage"] click Base0 "/docs/client_api_10.4.0/api/Atavism/TargetMessage" Base0-->Base1["BaseWorldMessage"] click Base1 "/docs/client_api_10.4.0/api/Atavism/BaseWorldMessage" Base1-->Base2["BaseMessage"] click Base2 "/docs/client_api_10.4.0/api/Atavism/BaseMessage" Base2-->Base3["object"] Type["AddParticleEffectMessage"] class Type type-node

Syntax

public class AddParticleEffectMessage : TargetMessage

Constructors

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
color
delayHandling
Some messages (such as model info) require additional work to be done before we can continue.
Inherited from BaseWorldMessage
effectName
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
orientation
particleBooleans
particleSizeMultiplier
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
velocityMultiplier

Properties

Name Value Summary
AbortHandling bool
Inherited from BaseWorldMessage
Color Color
DelayHandling bool
Inherited from BaseWorldMessage
EffectName string
MessageType WorldMessageType
Inherited from BaseWorldMessage
ObjectId long
Inherited from TargetMessage
Oid long
Inherited from BaseWorldMessage
Orientation Quaternion
ParticleBooleans byte
ParticleSizeMultiplier float
ReceivedTickCount long
Inherited from BaseWorldMessage
SlotName string
VelocityMultiplier float

Methods