h1z1-server
    Preparing search index...

    Interface ConstructionPermissions

    interface ConstructionPermissions {
        build: boolean;
        characterId: string;
        characterName: string;
        demolish: boolean;
        useContainers: boolean;
        visit: boolean;
    }
    Index

    Properties

    build: boolean
    characterId: string
    characterName: string
    demolish: boolean
    useContainers: boolean
    visit: boolean