Civilization IV Python Documentation
CvImprovementInfo
Method Resolution Order
- CvImprovementInfo
- CvInfoBase
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- __init__(...)
- getAirBombDefense(...) - int ()
- getArtDefineTag(...) - string ()
- getDefenseModifier(...) - int ()
- getFeatureMakesValid(...) - bool (int i)
- getGoodyUniqueRange(...) - int ()
- getHillsYieldChange(...) - int (int i)
- getImprovementBonusDiscoverRand(...) - int (int i)
- getImprovementBonusYield(...) - int (int i, int j)
- getImprovementPillage(...) - int ()
- getImprovementUpgrade(...) - int ()
- getIrrigatedYieldChange(...) - int (int i)
- getPillageGold(...) - int ()
- getPrereqNatureYield(...) - int (int i)
- getRiverSideYieldChange(...) - int (int i)
- getRouteYieldChanges(...) - int (int i, int j)
- getTechYieldChanges(...) - int (int i, int j)
- getTerrainMakesValid(...) - bool (int i)
- getTilesPerGoody(...) - int ()
- getUpgradeTime(...) - int ()
- getYieldChange(...) - int (int i)
- isCarriesIrrigation(...) - bool ()
- isFreshWaterMakesValid(...) - bool ()
- isGoody(...) - bool ()
- isHillsMakesValid(...) - bool ()
- isImprovementBonusMakesValid(...) - bool (int i)
- isImprovementBonusTrade(...) - bool (int i)
- isNoFreshWater(...) - bool ()
- isPermanent(...) - bool ()
- isRequiresFeature(...) - bool ()
- isRequiresFlatlands(...) - bool ()
- isRequiresIrrigation(...) - bool ()
- isRequiresRiverSide(...) - bool ()
- isRiverSideMakesValid(...) - bool ()
- isWater(...) - bool ()
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...