Newer
Older
Constants
=========
See also UNIT_TYPEID, UPGRADE_ID and ABILITY_ID for more constants.
.. _playerconstants:
The following constants are used when referring to a player:
.. autoclass:: commandcenter.PLAYER_SELF
.. autoclass:: commandcenter.PLAYER_ENEMY
.. autoclass:: commandcenter.PLAYER_NEUTRAL
.. autoclass:: commandcenter.PLAYER_ALLY
These are internally represented as integers, but these constants should be
used instead to avoid confusion.
.. autoclass:: commandcenter.Difficulty
AIBuild
-------
.. autoclass:: commandcenter.AIBuild
:members:
:undoc-members:
.. autoclass:: commandcenter.Race
.. toctree::