The RpgLogs Scripting API
    Preparing search index...

    Type Alias EventAndAmount

    type EventAndAmount = {
        amount: number;
        event: AnyEvent;
    }
    Index

    Properties

    Properties

    amount: number
    event: AnyEvent