Skip to main content

ChatRoomListManipulation

Callable

  • ChatRoomListManipulation(List: number[], Adding: boolean, Argument: string, notification?: string): void

  • Adds or removes an online member to/from a specific list from a typed message.

    @deprecated

    Parameters

    • List: number[]

      List to add to or remove from.

    • Adding: boolean

      If TRUE adding to the list, if FALSE removing from the list.

    • Argument: string

      Member number to add/remove.

    • optionalnotification: string

      used to send notifications

    Returns void

    • Nothing