<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.miniworldgame.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.miniworldgame.com/feed.php">
        <title>WIKI - Mini World: CREATA chat_class</title>
        <description></description>
        <link>http://wiki.miniworldgame.com/</link>
        <image rdf:resource="http://wiki.miniworldgame.com/lib/exe/fetch.php?media=wiki:favicon.ico" />
       <dc:date>2026-04-27T14:11:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.miniworldgame.com/doku.php?id=chat_class:send_chat_example&amp;rev=1719778485&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.miniworldgame.com/doku.php?id=chat_class:send_systemmsg_example&amp;rev=1719779529&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.miniworldgame.com/lib/exe/fetch.php?media=wiki:favicon.ico">
        <title>WIKI - Mini World: CREATA</title>
        <link>http://wiki.miniworldgame.com/</link>
        <url>http://wiki.miniworldgame.com/lib/exe/fetch.php?media=wiki:favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.miniworldgame.com/doku.php?id=chat_class:send_chat_example&amp;rev=1719778485&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-30T20:14:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SendChat</title>
        <link>http://wiki.miniworldgame.com/doku.php?id=chat_class:send_chat_example&amp;rev=1719778485&amp;do=diff</link>
        <description>SendChat

How to use

 Chat:sendChat(content, targetuin) 

Where: 

	*  content string (The message that the player will send)
	*  targetuin number (The Uid of the player that will send the message)

And returns:

	*  ErrorCode.Ok (0 if execution was succesful and 1001 if the execution failed)</description>
    </item>
    <item rdf:about="http://wiki.miniworldgame.com/doku.php?id=chat_class:send_systemmsg_example&amp;rev=1719779529&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-30T20:32:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sendSystemMsg</title>
        <link>http://wiki.miniworldgame.com/doku.php?id=chat_class:send_systemmsg_example&amp;rev=1719779529&amp;do=diff</link>
        <description>sendSystemMsg

How to use

 Chat:sendSystemMsg(content, targetuin) 

Where: 

	*  content string (The message that will be sent)
	*  targetuin number (The Uid of the player that will see the message)

And returns:

	*  ErrorCode.Ok number (0 if execution was succesful and 1001 if the execution failed)</description>
    </item>
</rdf:RDF>
