NpcAnimSpecific

class NpcAnimSpecific : OutgoingGameMessage

Npc anim specifics are used to play an animation on a NPC for a specific player, and not the entire world.

Constructors

Link copied to clipboard
constructor(index: Int, 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

Link copied to clipboard
val index: Int

the index of the npc in the world

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