S2APacketParticles
Last updated
Represents a packet that is sent when particles need to be spawned
getPacketID():
string
Get the ID of the packet.
Returns
string
The ID of the packet.
Inherited from
getParticleArgs():
number[]
Gets additional arguments for particle effects
Returns
number[]
Array of particle arguments
getParticleSpeed():
number
Gets the speed of the particles
Returns
number
The particle speed
getXCoordinate():
number
Gets the X coordinate where the particles spawn
Returns
number
The X coordinate
getXOffset():
number
Gets the X offset for particle randomization
Returns
number
The X offset
getYCoordinate():
number
Gets the Y coordinate where the particles spawn
Returns
number
The Y coordinate
getYOffset():
number
Gets the Y offset for particle randomization
Returns
number
The Y offset
getZCoordinate():
number
Gets the Z coordinate where the particles spawn
Returns
number
The Z coordinate
getZOffset():
number
Gets the Z offset for particle randomization
Returns
number
The Z offset
isLongDistance():
boolean
Checks if the particle effect is rendered from a long distance
Returns
boolean
true if long distance, false otherwise
Last updated