Civilization IV Python Documentation
CyMapGenerator
Method Resolution Order
- CyMapGenerator
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- __init__(...)
- addBonuses(...) - void ()
- addFeatures(...) - void ()
- addGameElements(...) - void ()
- addGoodies(...) - void ()
- addLakes(...) - void ()
- addNonUniqueBonusType(...) - void (int /*BonusTypes*/ eBonusType)
- addRivers(...) - void ()
- addUniqueBonusType(...) - void (int /*BonusTypes*/ eBonusType)
- afterGeneration(...) - void ()
- canPlaceBonusAt(...) - bool (int /*BonusTypes*/ eBonus, int iX, int iY, bool bIgnoreLatitude)
- canPlaceGoodyAt(...) - bool (int /*ImprovementTypes*/ eImprovement, int iX, int iY)
- doRiver(...) - void (CyPlot* pStartPlot, int /*CardinalDirectionTypes*/ eCardinalDirection)
- eraseBonuses(...) - void ()
- eraseFeatures(...) - void ()
- eraseGoodies(...) - void ()
- eraseRivers(...) - void ()
- generatePlotTypes(...) - void ()
- generateRandomMap(...) - void ()
- generateTerrain(...) - void ()
- isNone(...) - bool () - valid CyMapGenerator() interface
- setPlotTypes(...) - void (list lPlotTypes) - set plot types to the contents of the given list
Other Attributes
Inherited Attributes
- __dict__ = <dictproxy object>
- __new__ = <built-in method __new__ of Boost.Python.class object>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
- __weakref__ = <member '__weakref__' of 'Boost.Python.instance' objects...