SiliconGhetto Engine API
    Preparing search index...

    Function setTileFlags

    • Set both the type and flags of a tile at the given grid position.

      Parameters

      • x: number

        Tile X index

      • y: number

        Tile Y index

      • type: number

        Tile type ID

      • flags: number

        Bitwise flags (e.g. hazard, ladder)

      Returns void