<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.en.stne.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.en.stne.net/index.php?action=history&amp;feed=atom&amp;title=API%3ACAccount</id>
		<title>API:CAccount - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.en.stne.net/index.php?action=history&amp;feed=atom&amp;title=API%3ACAccount"/>
		<link rel="alternate" type="text/html" href="http://wiki.en.stne.net/index.php?title=API:CAccount&amp;action=history"/>
		<updated>2026-04-19T15:23:38Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.en.stne.net/index.php?title=API:CAccount&amp;diff=81173&amp;oldid=prev</id>
		<title>Jacksfh: Created page with &quot;{{apiMenu}} The CAccount class has only one static and two dynamic methods.  Example:   Var myAccount As CAccount;  myAccount = CAccount.Current;  WriteLine(&quot;The...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.en.stne.net/index.php?title=API:CAccount&amp;diff=81173&amp;oldid=prev"/>
				<updated>2020-05-05T08:38:52Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{apiMenu}} The &lt;a href=&quot;/index.php/API:CAccount&quot; title=&quot;API:CAccount&quot;&gt;CAccount&lt;/a&gt; class has only one static and two dynamic methods.  Example:   Var myAccount As CAccount;  myAccount = CAccount.Current;  WriteLine(&amp;quot;The...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{apiMenu}}&lt;br /&gt;
The [[API:CAccount|CAccount]] class has only one static and two dynamic methods.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 Var myAccount As CAccount;&lt;br /&gt;
 myAccount = CAccount.Current;&lt;br /&gt;
 WriteLine(&amp;quot;The current account has the ID: &amp;quot; &amp;amp; myAccount.UserID);&lt;br /&gt;
 WriteLine(&amp;quot;The name of the player is: &amp;quot; &amp;amp; myAccount.User.Name);&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
&lt;br /&gt;
 The current account has the ID: 12345&lt;br /&gt;
 The name of the player is: John Doe&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Method&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Current&lt;br /&gt;
|Returns the current account as a class&lt;br /&gt;
|-&lt;br /&gt;
|User&lt;br /&gt;
|Returns an object of class [[API:CUser|CUser]]&lt;br /&gt;
|-&lt;br /&gt;
|UserID&lt;br /&gt;
|Returns the current user ID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
https://game.en.stne.net/objectexplorer?p=CAccount&lt;br /&gt;
&lt;br /&gt;
[[Category:API]]&lt;/div&gt;</summary>
		<author><name>Jacksfh</name></author>	</entry>

	</feed>