h1z1-server
    Preparing search index...

    Interface SpawnLocation

    interface SpawnLocation {
        id: number;
        name: string;
        position: Float32Array;
        rotation: Float32Array;
    }
    Index

    Properties

    id: number
    name: string
    position: Float32Array
    rotation: Float32Array