Civilization IV Python Documentation
CvTechInfo
Method Resolution Order
- CvTechInfo
- CvInfoBase
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- __init__(...)
- getAITradeModifier(...) - int ()
- getAIWeight(...) - int ()
- getAdvisorType(...) - int ()
- getAssetValue(...) - int ()
- getDomainExtraMoves(...) - int (int i)
- getEra(...) - int ()
- getFirstFreeTechs(...) - int ()
- getFirstFreeUnitClass(...) - int ()
- getFlavorValue(...) - int (int i)
- getGridX(...) - int ()
- getGridY(...) - int ()
- getHappiness(...) - int ()
- getHealth(...) - int ()
- getPowerValue(...) - int ()
- getPrereqAndTechs(...) - int (int i)
- getPrereqOrTechs(...) - int (int i)
- getQuote(...) - wstring ()
- getResearchCost(...) - int ()
- getSound(...) - string ()
- getSoundMP(...) - string ()
- getTradeRoutes(...) - int ()
- getWorkerSpeedModifier(...) - int ()
- isBridgeBuilding(...) - bool ()
- isCommerceFlexible(...) - bool (int i)
- isDefensivePactTrading(...) - bool ()
- isDisable(...) - bool ()
- isExtraWaterSeeFrom(...) - bool ()
- isGoldTrading(...) - bool ()
- isGoodyTech(...) - bool ()
- isIgnoreIrrigation(...) - bool ()
- isIrrigation(...) - bool ()
- isMapCentering(...) - bool ()
- isMapTrading(...) - bool ()
- isMapVisible(...) - bool ()
- isOpenBordersTrading(...) - bool ()
- isPermanentAllianceTrading(...) - bool ()
- isRepeat(...) - bool ()
- isTechTrading(...) - bool ()
- isTerrainTrade(...) - bool (int i)
- isTrade(...) - bool ()
- isWaterWork(...) - 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...