/xbmc/visualizations/Vortex/angelscript/docs/manual/doc_samples_console.html

http://github.com/xbmc/xbmc · HTML · 19 lines · 18 code · 0 blank · 1 comment · 0 complexity · 076a5faedb1748b243930cf486cab24f MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  3. <title>AngelScript: Console</title>
  4. <link href="tabs.css" rel="stylesheet" type="text/css">
  5. <link href="doxygen.css" rel="stylesheet" type="text/css">
  6. </head><body>
  7. <!-- Generated by Doxygen 1.5.9 -->
  8. <div class="contents">
  9. <h1><a class="anchor" name="doc_samples_console">Console </a></h1><b>Path:</b> /sdk/samples/console/<p>
  10. This sample implements a simple interactive console, which lets the user type in commands and also evaluate simple script statements to manipulate the application.<p>
  11. The user is also able to define new variables and functions from the command line. These functions can then be executed to perform automated tasks.<p>
  12. <ul>
  13. <li><a class="el" href="doc_addon_helpers.html">ExecuteString</a></li><li><a class="el" href="classas_i_script_module.html#1258d7cfeed965f36ba312beeb49e81c">CompileFunction</a>, <a class="el" href="classas_i_script_module.html#34850e152dcdcb58c53a2b6929cebf77">CompileGlobalVar</a>, <a class="el" href="classas_i_script_module.html#62c6783491b197e9eb29639e7997e1df">RemoveFunction</a>, <a class="el" href="classas_i_script_module.html#dbdb31ee27ac725735d1c3c188863290">RemoveGlobalVar</a></li><li>Enumerate global functions and variables</li><li><a class="el" href="doc_addon_string.html">Strings</a></li><li>Registered global functions and properties</li><li>Special function _grab() with overloads to receive and print resulting value from script statements </li></ul>
  14. </div>
  15. <hr size="1"><address style="text-align: right;"><small>Generated on Wed Dec 16 19:34:51 2009 for AngelScript by&nbsp;
  16. <a href="http://www.doxygen.org/index.html">
  17. <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
  18. </body>
  19. </html>