Civilization IV Python Documentation
CvBonusInfo
Method Resolution Order
- CvBonusInfo
- CvInfoBase
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- __init__(...)
- getAITradeModifier(...) - int ()
- getArtDefineTag(...) - string ()
- getArtInfo(...) - CvArtInfoBonus ()
- getBonusClassType(...) - int ()
- getButton(...) - string ()
- getChar(...) - int ()
- getConstAppearance(...) - int ()
- getGroupRand(...) - int ()
- getGroupRange(...) - int ()
- getHappiness(...) - int ()
- getHealth(...) - int ()
- getMaxLatitude(...) - int ()
- getMinAreaSize(...) - int ()
- getMinLandPercent(...) - int ()
- getMinLatitude(...) - int ()
- getPercentPerPlayer(...) - int ()
- getPlacementOrder(...) - int ()
- getRandAppearance1(...) - int ()
- getRandAppearance2(...) - int ()
- getRandAppearance3(...) - int ()
- getRandAppearance4(...) - int ()
- getTechCityTrade(...) - int ()
- getTechObsolete(...) - int ()
- getTechReveal(...) - int ()
- getTilesPer(...) - int ()
- getUniqueRange(...) - int ()
- getYieldChange(...) - int (int i)
- isFeature(...) - bool (int i)
- isFeatureTerrain(...) - bool (int i)
- isFlatlands(...) - bool ()
- isHills(...) - bool ()
- isNoRiverSide(...) - bool ()
- isNormalize(...) - bool ()
- isOneArea(...) - bool ()
- isTerrain(...) - bool (int i)
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...