mwg API
    Preparing search index...

    Interface ContentRollResult<T>

    interface ContentRollResult<T> {
        roster: T[];
        trace: RollTraceEntry[];
    }

    Type Parameters

    • T
    Index
    roster: T[]