Saxonberg Server API
    Preparing search index...

    The public surface added by LoadBearingMixin.

    interface LoadBearing {
        drainForTraversal(): void;
        getBorneBurden(): Quantity<"kg">;
        getCarryCapacity(): Quantity<"kg">;
        getLoadRatio(): number;
        getStrainCeiling(): Quantity<"kg">;
        wouldExceedCeiling(candidate: Stuff): boolean;
    }
    Index

    Methods