Skip to main content

ChatRoomMapViewDrawGrid

Callable

  • ChatRoomMapViewDrawGrid(Left: number, Top: number, Width: number, Height: number): void

  • Draw the map grid and character on screen


    Parameters

    • Left: number

      The X position on the screen

    • Top: number

      The Y position on the screen

    • Width: number

      The width size of the drawn map

    • Height: number

      The height size of the drawn map

    Returns void

    • Nothing