@kayahr/wastelib
    Preparing search index...

    Class EndingUpdate

    A single ending animation update.

    Index

    Methods

    • Returns the delay to wait before applying this update. The unit is unknown but good results can be achieved by multiplying this value with 50 to get a millisecond value.

      Returns number

      The delay in time units.

    • Returns the number of update patches.

      Returns number

      The number of update patches.

    • Reads an animation update from the given reader. If the end of the animation has been reached then null is returned.

      Parameters

      • reader: BinaryReader

        The reader to read the animation frame from.

      Returns null | EndingUpdate

      The read animation update or null if end of animation has been reached.