h1z1-server
    Preparing search index...

    Interface DamageRecord

    interface DamageRecord {
        hitInfo: {
            distance: string;
            hitLocation: string;
            hitPosition: Float32Array;
            message: string;
            newHP: number;
            oldHP: number;
            timestamp: number;
            weapon?: Items;
        };
        source: { name: string; ping: number };
        target: { name: string; ping: number };
    }
    Index

    Properties

    Properties

    hitInfo: {
        distance: string;
        hitLocation: string;
        hitPosition: Float32Array;
        message: string;
        newHP: number;
        oldHP: number;
        timestamp: number;
        weapon?: Items;
    }
    source: { name: string; ping: number }
    target: { name: string; ping: number }