Civilization IV Python Documentation
CyDiplomacy
Method Resolution Order
- CyDiplomacy
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- __init__(...)
- addUserComment(...) - void ( int /*DiploCommentTypes*/ eComment, int iData1, int iData2, string szString, tuple txtArgs )
- atWar(...) - bool ()
- clearUserComments(...) - void ()
- closeScreen(...) - void ()
- counterPropose(...) - bool ()
- declareWar(...) - void ()
- diploEvent(...) - void (int /*DiploEventTypes*/ iDiploEvent, int iData1, int iData2)
- endTrade(...) - void ()
- getData(...) - int ()
- getOpponentCivName(...) - wstring ()
- getOpponentName(...) - wstring ()
- getOurCivName(...) - wstring ()
- getOurName(...) - wstring ()
- getOurScore(...) - int ()
- getPlayerTradeOffer(...) - TradeData* (int iIndex)
- getTheirScore(...) - int ()
- getTheirTradeOffer(...) - TradeData* (int iIndex)
- getWhoTradingWith(...) - int PlayerTypes*/ getWhoTradingWith()
- hasAnnualDeal(...) - bool ()
- implementDeal(...) - void ()
- isAIOffer(...) - bool ()
- isSeparateTeams(...) - bool ()
- makePeace(...) - void ()
- offerDeal(...) - bool ()
- ourOfferEmpty(...) - bool ()
- performHeadAction(...) - void ( LeaderheadAction eAction )
- setAIComment(...) - void (int iComment)
- setAIOffer(...) - void ( bool bOffer )
- setAIString(...) - void ( string szString, tuple txtArgs )
- showAllTrade(...) - void ( bool bShow )
- startTrade(...) - void ( int iComment, bool bRenegotiate )
- theirOfferEmpty(...) - 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...