Changes between Version 6 and Version 7 of Playing0AD


Ignore:
Timestamp:
Dec 7, 2008, 1:10:46 PM (15 years ago)
Author:
Anton Galitch
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