The RpgLogs Scripting API
    Preparing search index...

    Type Alias AnimationProps

    type AnimationProps = {
        animation?: boolean;
        animationLimit?: number;
    }
    Index
    animation?: boolean
    animationLimit?: number