Skip to main content

ChatRoomMapViewIsWall

Callable

  • ChatRoomMapViewIsWall(X: number, Y: number): boolean

  • Returns TRUE if the X and Y coordinates is a wall tile, if out of bound we also return TRUE


    Parameters

    • X: number

      The X position on the map

    • Y: number

      The Y position on the map

    Returns boolean

    • TRUE if it's a wall