Civilization IV Python Documentation
CyArtFileMgr
Method Resolution Order
- CyArtFileMgr
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- Reset(...) - void ()
- __init__(...)
- buildArtFileInfoMaps(...) - void ()
- getBonusArtInfo(...) - CvArtInfoBonus ()
- getBuildingArtInfo(...) - CvArtInfoBuilding ()
- getCivilizationArtInfo(...) - CvArtInfoCivilization ()
- getFeatureArtInfo(...) - CvArtInfoFeature ()
- getImprovementArtInfo(...) - CvArtInfoImprovement ()
- getInterfaceArtInfo(...) - CvArtInfoInterface ()
- getLeaderheadArtInfo(...) - CvArtInfoLeaderhead ()
- getMiscArtInfo(...) - CvArtInfoMisc ()
- getMovieArtInfo(...) - CvArtInfoMovie ()
- getTerrainArtInfo(...) - CvArtInfoTerrain ()
- getUnitArtInfo(...) - CvArtInfoUnit ()
- isNone(...) - bool () - Checks to see if pointer points to a real object
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...