ChatEditorGetAdminSettings
Callable
Returns { Access: ServerChatRoomRole[]; Admin: number[]; Background: string; Ban: number[]; BlockCategory: ServerChatRoomBlockCategory[]; Custom?: ServerChatRoomCustomData; Description: string; Game: ServerChatRoomGame; Language: ServerChatRoomLanguage; Limit: number; MapData: ServerChatRoomMapData; Name: string; Space?: ServerChatRoomSpace; Visibility: ServerChatRoomRole[]; Whitelist: number[] }
- The chat room settings based on the current editor inputs, or undefined if ChatAdminData is not set
Access: ServerChatRoomRole[]
Admin: number[]
Background: string
Ban: number[]
BlockCategory: ServerChatRoomBlockCategory[]
optionalCustom?: ServerChatRoomCustomData
Description: string
Game: ServerChatRoomGame
Language: ServerChatRoomLanguage
Limit: number
MapData: ServerChatRoomMapData
Name: string
optionalSpace?: ServerChatRoomSpace
Visibility: ServerChatRoomRole[]
Whitelist: number[]
Gathers the data from the editor inputs and returns it as a ChatRoomAdminSettings object