Civilization IV Python Documentation
CyMessageControl
Method Resolution Order
- CyMessageControl
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- GetConnState(...) - int (int iPlayer)
- GetFirstBadConnection(...) - int ()
- __init__(...)
- sendApplyEvent(...) - bool (int iContextID, EventContextTypes eContextType, tuple userData)
- sendConvert(...) - void ( int /*ReligionTypes*/ iReligion )
- sendEmphasize(...) - void (list iCityID, list iEmphasizeType, list bEmphasize, int iNumCities)
- sendPlayerOption(...) - void (int /*PlayerOptionTypes*/ eOption, bool bValue)
- sendPushOrder(...) - void (int iCityID, int eOrder, int iData, bool bAlt, bool bShift, bool bCtrl)
- sendResearch(...) - void (int eTech, bool bShift)
- sendUpdateCivics(...) - void (list iCivics)
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...