Source: 0-namespace.js

[No frames]
/**
 * @fileOverview Declares the namespace of the official 0AD AI bot interfaces.
 */

/**
 * @namespace
 * @summary Provides the basic infrastructure and definitions of a 0AD
 *          AI ("bot", computer player).
 * @description 0AD computer players are implemented in JavaScript and
 *              have to provide a particular set of functions to be
 *              invoked by the pyrogenesis engine while the game
 *              processes. This namespace provides a basic
 *              implementation and decoding logic for the engine data.
 */
var API3 = {};

// -------------------------------------------------------------------
//  End of file
// -------------------------------------------------------------------