ChatAdminStart
Callable
Parameters
mode: update | create
roomData: { 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[] } = null
Access: ServerChatRoomRole[]
Admin: number[]
Background: string
Ban: number[]
BlockCategory: ServerChatRoomBlockCategory[]
optionalCustom: ServerChatRoomCustomData
Description: string
Game: ServerChatRoomGame
Language: ServerChatRoomLanguage
Limit: number
optionalMapData: ServerChatRoomMapData
Name: string
optionalSpace: ServerChatRoomSpace
Visibility: ServerChatRoomRole[]
Whitelist: number[]
Returns void
Sets up the chat room editor screen and switches to it
This should not be called directly; use ChatAdminShowCreate or ChatAdminShowEdit