PlayerAnimSpecific

class PlayerAnimSpecific : OutgoingGameMessage

Player anim specifics are used to play an animation on the local player for the local player, not the entire world. Note that unlike most other packets, this one does not provide the index, so it can only be played on the local player and no one else.

Constructors

Link copied to clipboard
constructor(id: Int, delay: Int)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard
val delay: Int

the delay of the animation before it begins playing in client cycles (20ms/cc)

Link copied to clipboard
val id: Int

the id of the animation

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String