NpcSpotAnimSpecific

class NpcSpotAnimSpecific : OutgoingGameMessage

Npc spot-anim specific packets are used to play a spotanim on a NPC for a specific player and not the entire world.

Constructors

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

Properties

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

the delay of the spotanim in client cycles (20ms/cc)

Link copied to clipboard
val height: Int

the height of the spotanim

Link copied to clipboard
val id: Int

the id of the spotanim to play

Link copied to clipboard
val index: Int

the index of the NPC in the world

Link copied to clipboard
val slot: Int

the slot of the spotanim

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