Civilization IV Python Documentation
CyGameTextMgr
Method Resolution Order
- CyGameTextMgr
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- Reset(...) - void ()
- __init__(...)
- buildHintsList(...) - wstring ()
- getActiveDealsString(...) - wstring (int iThisPlayer, int iOtherPlayer)
- getAttitudeString(...) - wstring (int iPlayer, int iTargetPlayer)
- getBonusHelp(...) - wstring (int iBonus, bool bCivilopediaText)
- getBuildingHelp(...) - wstring (int iBuilding, bool bCivilopediaText, bool bStrategyText, bool bTechChooserText, CyCity* pCity)
- getDateStr(...) - wstring (int iGameTurn, bool bSave, int /*CalendarTypes*/ eCalendar, int iStartYear, int /*GameSpeedTypes*/ eSpeed)
- getDealString(...) - wstring (CyDeal* pDeal, int iPlayerPerspective)
- getFeatureHelp(...) - wstring (int iFeature, bool bCivilopediaText)
- getGoldStr(...) - wstring (int /*PlayerTypes*/ iPlayer)
- getImprovementHelp(...) - wstring (int iImprovement, bool bCivilopediaText)
- getInterfaceTimeStr(...) - wstring (int /*PlayerTypes*/ iPlayer)
- getNetStats(...) - wstring (int /*PlayerTypes*/ iPlayer)
- getProjectHelp(...) - wstring (int iProject, bool bCivilopediaText, CyCity* pCity)
- getPromotionHelp(...) - wstring (int iPromotion, bool bCivilopediaText)
- getReligionHelpCity(...) - wstring (int iReligion, CyCity* pCity, bool bCityScreen, bool bForceReligion, bool bForceState)
- getResearchStr(...) - wstring (int /*PlayerTypes*/ iPlayer)
- getSpecialistHelp(...) - wstring (TradeData* pTradeData, int iPlayer1, int iPlayer2)
- getTechHelp(...) - wstring (int iTech, bool bCivilopediaText, bool bPlayerContext, bool bStrategyText, bool bTreeInfo, int iFromTech)
- getTerrainHelp(...) - wstring (int iTerrain, bool bCivilopediaText)
- getTimeStr(...) - wstring (int iGameTurn, bool bSave)
- getTradeString(...) - wstring (int iSpecialist, bool bCivilopediaText)
- getUnitHelp(...) - wstring (int iUnit, bool bCivilopediaText, bool bStrategyText, bool bTechChooserText, CyCity* pCity)
- isNone(...) - bool () - Checks to see if pointer points to a real object
- parseCivInfos(...) - wstring (int /*CivilizationTypes*/ iCivilization, bool bDawnOfMan)
- parseCivicInfo(...) - wstring (int /*CivicTypes*/ iCivicType, bool bCivilopediaText, bool bPlayerContext)
- parseLeaderTraits(...) - wstring (int /*LeaderHeadTypes*/ iLeader, int /*CivilizationTypes*/ iCivilization, bool bDawnOfMan, bool bCivilopediaText)
- parseReligionInfo(...) - wstring (int /*ReligionTypes*/ iReligionType, bool bCivilopediaText)
- setConvertHelp(...) - wstring (int iPlayer, int iReligion)
- setRevolutionHelp(...) - wstring (int iPlayer)
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...