h1z1-server
    Preparing search index...

    Interface CommandInteractRequest

    interface CommandInteractRequest {
        characterId?: string;
        entityPosition?: Float32Array<ArrayBufferLike>;
        isInstant?: boolean;
    }
    Index

    Properties

    characterId?: string
    entityPosition?: Float32Array<ArrayBufferLike>
    isInstant?: boolean