h1z1-server
    Preparing search index...

    Interface ClientUpdateUpdateLocation

    interface ClientUpdateUpdateLocation {
        movementVersion?: number;
        position?: Float32Array<ArrayBufferLike>;
        rotation?: Float32Array<ArrayBufferLike>;
        unknownBool1?: boolean;
    }
    Index

    Properties

    movementVersion?: number
    position?: Float32Array<ArrayBufferLike>
    rotation?: Float32Array<ArrayBufferLike>
    unknownBool1?: boolean