====== Chat Class ====== Class For Chat Interface [[developer_center:developer_editor:script|Return To Previous Page]] ------ ===== API list ===== ^ Class:apiName(parameters) ^ Return ^ Description ^ Example^ | [[chat_class:send_chat_example|Chat:sendChat(content:string, targetuin:number)]] | ErrorCode.OK _ | Send chat messages (default to all players) | | [[chat_class:send_systemMsg_example|Chat:sendSystemMsg(content:string, targetuin:number)]] | ErrorCode.OK _ | Send system messages (by default all players) |