Skip to main content

ChatRoomListManage

Callable

  • ChatRoomListManage(Operation: Remove | Add, ListType: FriendList | GhostList | BlackList | WhiteList | DrawFocusList, notification?: string): void

  • Adds or removes an online member to/from a specific list. (From the dialog menu)


    Parameters

    • Operation: Remove | Add

      Operation to perform.

    • ListType: FriendList | GhostList | BlackList | WhiteList | DrawFocusList

      Name of the list to alter. (Whitelist, friendlist, blacklist, ghostlist, drawfocuslist)

    • optionalnotification: string

      used to send notifications

    Returns void

    • Nothing