Civilization IV Python Documentation
CvCivilizationInfo
Method Resolution Order
- CvCivilizationInfo
- CvInfoBase
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- __init__(...)
- getActionSoundScriptId(...)
- getAdjective(...) - wstring ()
- getArtDefineTag(...) - string ()
- getArtStyleType(...) - int ()
- getButton(...) - string ()
- getCityNames(...) - string (int i)
- getCivilizationBuildings(...) - int (int i)
- getCivilizationFreeUnitsClass(...) - int (int i)
- getCivilizationInitialCivics(...) - int (int i)
- getCivilizationUnits(...) - int (int i)
- getDefaultPlayerColor(...) - int ()
- getFlagTexture(...) - string ()
- getNumCityNames(...) - int ()
- getNumLeaders(...) - int ()
- getSelectionSoundScriptId(...)
- getShortDescription(...) - wstring ()
- getShortDescriptionKey(...) - wstring ()
- isAIPlayable(...) - bool ()
- isCivilizationDisableTechs(...) - bool (int i)
- isCivilizationFreeBuildingClass(...) - bool (int i)
- isCivilizationFreeTechs(...) - bool (int i)
- isLeaders(...) - bool (int i)
- isPlayable(...) - 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...