Changes between Version 6 and Version 7 of Playing0AD


Ignore:
Timestamp:
2008-12-07 12:10:46 (4 years ago)
Author:
anton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Playing0AD

    v6 v7  
    231231}}} 
    232232 
     233=== Using the Console from your code === 
     234 
     235You can print anything to the console by using the {{{console.write()}}} method. This can be useful for debuging your scripts. 
     236If you are printing an entire object and not a variable be sure that the object can be printed and contains the toString() method. 
     237 
    233238=== Further Reference === 
    234239