clik-engine API
    Preparing search index...

    Interface HazardDef

    interface HazardDef {
        minSpacing?: number;
        properties?: Record<string, unknown>;
        tileType?: number;
        type: string;
    }
    Index

    Properties

    minSpacing?: number

    Min spacing between hazards of this type

    properties?: Record<string, unknown>

    Properties to attach

    tileType?: number

    Tile type to place (e.g., TileType.HAZARD)

    type: string