Skip to content
Snippets Groups Projects
Commit 8734010a authored by David Bergström's avatar David Bergström
Browse files

Move BuildingPlacer to manager.rst

parent 1671ac44
No related branches found
No related tags found
No related merge requests found
......@@ -22,12 +22,10 @@ Short overview
library.ABILITY_ID
library.BUFF_ID
library.BaseLocation
library.BuildingPlacer
library.Color
library.Coordinator
library.Difficulty
library.IDABot
library.MapTools
library.PlayerSetup
library.Point2D
library.Point2DI
......
......@@ -10,6 +10,8 @@ Here is a full list of all managers:
* :class:`library.BaseLocationManager`
* :class:`library.TechTree`
* :class:`library.MapTools`
* :class:`library.BuildingPlacer`
The rest of this page contains the descriptions of each manager.
......@@ -66,6 +68,9 @@ TechTree
.. autoclass:: library.TypeData
:members:
:undoc-members:
.. TODO: Types for all fields would be nice, is required_units List[UnitType] or List[UNIT_TYPEID]?
.. TODO: Not all members have docstrings attached to them
......@@ -75,3 +80,9 @@ MapTools
.. autoclass:: library.MapTools
:members:
BuildingPlacer
--------------
.. autoclass:: library.BuildingPlacer
:members:
:undoc-members:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment