IfSetAnim

class IfSetAnim : OutgoingGameMessage

If set-anim is used to make a model animate on a component.

Constructors

Link copied to clipboard
constructor(interfaceId: Int, componentId: Int, anim: Int)
constructor(combinedId: Int, anim: Int)

Properties

Link copied to clipboard
val anim: Int

the id of the animation to play, or -1 to reset the animation

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

the bitpacked combination of interfaceId and componentId.

Link copied to clipboard

the id of the component on which the model resides

Link copied to clipboard

the id of the interface on which the model resides

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