Function IconGauganize

  • [en] DESC

    [jp] ゼルダの💛のようにパラメータをアイコンで表現可能にする

    CurrentValue / MaxValue (=> Appended item num)

    • 3/5 -> ♥♥♥♡♡
    • 6/5 -> ♥♥♥♥♥
    • -1/5 -> ♡♡♡♡♡

    Example

    TODO
    

    Returns

    Type Parameters

    Parameters

    • Base: TBase

    Returns {
        prototype: __type<any>;
        new (...args: any[]): __type<TBase>;
    } & TBase

Generated using TypeDoc