Clone of UAS2 @ https://github.com/drudgedance/uas2

_character_server_8cpp.html 3.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <title>UAS2: E:/uas2/Server/CharacterServer.cpp File Reference</title>
  6. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  7. <link href="doxygen.css" rel="stylesheet" type="text/css"/>
  8. </head>
  9. <body>
  10. <!-- Generated by Doxygen 1.6.2 -->
  11. <div class="navigation" id="top">
  12. <div class="tabs">
  13. <ul>
  14. <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
  15. <li><a href="annotated.html"><span>Classes</span></a></li>
  16. <li class="current"><a href="files.html"><span>Files</span></a></li>
  17. </ul>
  18. </div>
  19. <div class="tabs">
  20. <ul>
  21. <li><a href="files.html"><span>File&nbsp;List</span></a></li>
  22. <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
  23. </ul>
  24. </div>
  25. </div>
  26. <div class="contents">
  27. <h1>E:/uas2/Server/CharacterServer.cpp File Reference</h1><code>#include &lt;sstream&gt;</code><br/>
  28. <code>#include &quot;<a class="el" href="_client_8h_source.html">Client.h</a>&quot;</code><br/>
  29. <code>#include &quot;<a class="el" href="_character_server_8h_source.html">CharacterServer.h</a>&quot;</code><br/>
  30. <code>#include &quot;<a class="el" href="_master_server_8h_source.html">MasterServer.h</a>&quot;</code><br/>
  31. <code>#include &quot;<a class="el" href="_recv_packet_8h_source.html">RecvPacket.h</a>&quot;</code><br/>
  32. <code>#include &quot;<a class="el" href="_version_no_8h_source.html">VersionNo.h</a>&quot;</code><br/>
  33. <table border="0" cellpadding="0" cellspacing="0">
  34. <tr><td colspan="2"><h2>Variables</h2></td></tr>
  35. <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6807f917ede7612be65b38bc8a224b2d"></a><!-- doxytag: member="CharacterServer.cpp::dwClientCount" ref="a6807f917ede7612be65b38bc8a224b2d" args="" -->
  36. DWORD&nbsp;</td><td class="memItemRight" valign="bottom"><b>dwClientCount</b></td></tr>
  37. <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acb7c6a8382e1181e3f58c3f325231ce7"></a><!-- doxytag: member="CharacterServer.cpp::aMonth" ref="acb7c6a8382e1181e3f58c3f325231ce7" args="[12]" -->
  38. std::string&nbsp;</td><td class="memItemRight" valign="bottom"><b>aMonth</b> [12] = { &quot;January&quot;,&quot;February&quot;,&quot;March&quot;,&quot;April&quot;,&quot;May&quot;,&quot;June&quot;,&quot;July&quot;,&quot;August&quot;,&quot;September&quot;,&quot;October&quot;,&quot;November&quot;,&quot;December&quot;}</td></tr>
  39. </table>
  40. <hr/><a name="_details"></a><h2>Detailed Description</h2>
  41. <p>Handles the CharacterServer.</p>
  42. <p>CharacterServer handles interactions with clients outside of the server game world. Actions include account verification, providing the character list, the creation and deletion of characters, and the connection and disconnection of clients. </p>
  43. </div>
  44. <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
  45. <a href="http://www.doxygen.org/index.html">
  46. <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
  47. </body>
  48. </html>