Civilization IV Python Documentation
CvProjectInfo
Method Resolution Order
- CvProjectInfo
- CvInfoBase
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- __init__(...)
- getBonusProductionModifier(...) - int (int i)
- getCreateSound(...) - string ()
- getEveryoneSpecialBuilding(...) - int ()
- getEveryoneSpecialUnit(...) - int ()
- getMaxGlobalInstances(...) - int ()
- getMaxTeamInstances(...) - int ()
- getMovieArtDef(...) - string ()
- getNukeInterception(...) - int ()
- getProductionCost(...) - int ()
- getProjectsNeeded(...) - int (int i)
- getTechPrereq(...) - int ()
- getTechShare(...) - int ()
- getVictoryPrereq(...) - int ()
- getVictoryThreshold(...) - int (int i)
- isSpaceship(...) - 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...