Skip to main content

FriendListLoadFriendList

Callable


  • Loads the friend list data into the HTML div element.


    Parameters

    • data: ServerFriendInfo[]

      An array of data, we receive from the server

      data.MemberName - The name of the player

      data.MemberNumber - The ID of the player

      data.ChatRoomName - The name of the ChatRoom

      data.ChatRoomSpace - The space, where this room was created.

      data.Type - The relationship that exists between the player and the friend of the list.

    Returns void

    • Nothing