Skip to main content

ChatRoomMapViewWallEffect

Callable

  • ChatRoomMapViewWallEffect(X: number, Y: number, ScreenX: number, ScreenY: number, TileWidth: number, TileHeight: number): void

  • Apply a wall "3D" effect on the curent map


    Parameters

    • X: number

      The X position on the map

    • Y: number

      The Y position on the map

    • ScreenX: number

      The X position on the screen

    • ScreenY: number

      The Y position on the screen

    • TileWidth: number

      The visible width of a tile

    • TileHeight: number

      The visible height of a tile

    Returns void

    • Nothing