Package-level declarations

Types

Link copied to clipboard
data class HeadBar(var sourceIndex: Int, var selfType: UShort, var otherType: UShort, val startFill: UByte, val endFill: UByte, val startTime: UShort, val endTime: UShort)

A class to hold the values of a given head bar.

Link copied to clipboard

The headbar list will contain all the headbars for this given avatar for a single cycle, backed by an ArrayList.

Link copied to clipboard
class HitMark(var sourceIndex: Int, var selfType: UShort, var otherType: UShort, var value: UShort, var selfSoakType: UShort, var otherSoakType: UShort, var soakValue: UShort, var delay: UShort)

A class for holding all the state of a given hitmark.

Link copied to clipboard

The hitmark list will contain all the hitmarks for this given avatar for a single cycle, backed by an ArrayList.

Link copied to clipboard
value class SpotAnim(packed: Long)

A value class to represent a spotanim in a primitive 'long'.