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 ...@@ -22,12 +22,10 @@ Short overview
library.ABILITY_ID library.ABILITY_ID
library.BUFF_ID library.BUFF_ID
library.BaseLocation library.BaseLocation
library.BuildingPlacer
library.Color library.Color
library.Coordinator library.Coordinator
library.Difficulty library.Difficulty
library.IDABot library.IDABot
library.MapTools
library.PlayerSetup library.PlayerSetup
library.Point2D library.Point2D
library.Point2DI library.Point2DI
......
...@@ -10,6 +10,8 @@ Here is a full list of all managers: ...@@ -10,6 +10,8 @@ Here is a full list of all managers:
* :class:`library.BaseLocationManager` * :class:`library.BaseLocationManager`
* :class:`library.TechTree` * :class:`library.TechTree`
* :class:`library.MapTools`
* :class:`library.BuildingPlacer`
The rest of this page contains the descriptions of each manager. The rest of this page contains the descriptions of each manager.
...@@ -66,6 +68,9 @@ TechTree ...@@ -66,6 +68,9 @@ TechTree
.. autoclass:: library.TypeData .. autoclass:: library.TypeData
:members: :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 .. TODO: Not all members have docstrings attached to them
...@@ -75,3 +80,9 @@ MapTools ...@@ -75,3 +80,9 @@ MapTools
.. autoclass:: library.MapTools .. autoclass:: library.MapTools
:members: :members:
BuildingPlacer
--------------
.. autoclass:: library.BuildingPlacer
:members:
:undoc-members:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment