FunctionsChatRoomListUpdateChatRoomListUpdate CallableChatRoomListUpdate(list: number[], adding: boolean, memberNumber: number, notification?: string): voidUpdates character lists for the player and saves the changeParameterslist: number[]The array of member numbers to updateadding: booleanIf TRUE adding to the list, if FALSE removing from the listmemberNumber: numberThe member number to add/removeoptionalnotification: stringused to send notificationsReturns voidNothing
Updates character lists for the player and saves the change