Skip to main content

ChatRoomMapViewGetCharacterAtPos

Callable

  • ChatRoomMapViewGetCharacterAtPos(X: number, Y: number): Character

  • Find the first ChatRoomCharacter members at the specified X & Y position


    Parameters

    • X: number

      The X position on the screen

    • Y: number

      The Y position on the screen

    Returns Character

    A character at the specified X & Y position or, if none can be found, null