(svn r23604) -Add: initial support for GameScripts

This commit is contained in:
truebrain
2011-12-19 20:50:54 +00:00
parent 2b381d0765
commit f66f27d249
33 changed files with 729 additions and 37 deletions

View File

@@ -22,7 +22,7 @@
* In Test mode all the commands you execute aren't really executed. The
* system only checks if it would be able to execute your requests, and what
* the cost would be.
* @api ai
* @api ai game
*/
class ScriptTestMode : public ScriptObject {
private: