Function SetDoodadAnimationRect

  • Makes doodads within a rect play an animation.

    Parameters

    • r: HandleHolder<"rect">

      The rect wherein doodads should play an animation.

    • doodadID: number
    • animName: string
    • animRandom: boolean

    Returns void

    Note

    Only doodads whose origin is in the rect are considered targets.

    Note

    The animation won't play for an observer until they have sight visibility of the doodad, at which point it will play.

    See SetDoodadAnimation for other parameters and notes.

Generated using TypeDoc