h1z1-server
    Preparing search index...

    Interface HitReport

    interface HitReport {
        characterId: string;
        hitLocation?: string;
        position: Float32Array;
        sessionProjectileCount: number;
        totalShotCount: number;
        unknownByte2: number;
        unknownFlag1: number;
    }
    Index

    Properties

    characterId: string
    hitLocation?: string
    position: Float32Array
    sessionProjectileCount: number
    totalShotCount: number
    unknownByte2: number
    unknownFlag1: number