| | |
| | | def GetVisible(self): return _IPY_GameObj.IPY_GameObj_GetVisible(self)
|
| | | def SetIsBlind(self, *args): return _IPY_GameObj.IPY_GameObj_SetIsBlind(self, *args)
|
| | | def GetIsBlind(self): return _IPY_GameObj.IPY_GameObj_GetIsBlind(self)
|
| | | def SetSightLevel(self, *args): return _IPY_GameObj.IPY_GameObj_SetSightLevel(self, *args)
|
| | | def GetSightLevel(self): return _IPY_GameObj.IPY_GameObj_GetSightLevel(self)
|
| | | def CanSeeOther(self, *args): return _IPY_GameObj.IPY_GameObj_CanSeeOther(self, *args)
|
| | | def RefreshView(self): return _IPY_GameObj.IPY_GameObj_RefreshView(self)
|
| | | def UpdatePos(self): return _IPY_GameObj.IPY_GameObj_UpdatePos(self)
|
| | |
| | | def SetFriendLV(self, *args): return _IPY_GameObj.IPY_Friend_SetFriendLV(self, *args)
|
| | | IPY_Friend_swigregister = _IPY_GameObj.IPY_Friend_swigregister
|
| | | IPY_Friend_swigregister(IPY_Friend)
|
| | |
|
| | | class IPY_Account(_object):
|
| | | __swig_setmethods__ = {}
|
| | | __setattr__ = lambda self, name, value: _swig_setattr(self, IPY_Account, name, value)
|
| | | __swig_getmethods__ = {}
|
| | | __getattr__ = lambda self, name: _swig_getattr(self, IPY_Account, name)
|
| | | def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined - class is abstract")
|
| | | __repr__ = _swig_repr
|
| | | def GetOperator(self): return _IPY_GameObj.IPY_Account_GetOperator(self)
|
| | | def GetAreaID(self): return _IPY_GameObj.IPY_Account_GetAreaID(self)
|
| | | def GetGeTuiClientID(self): return _IPY_GameObj.IPY_Account_GetGeTuiClientID(self)
|
| | | def GetDeviceFlag(self): return _IPY_GameObj.IPY_Account_GetDeviceFlag(self)
|
| | | def GetLastLoginTime(self): return _IPY_GameObj.IPY_Account_GetLastLoginTime(self)
|
| | | __swig_destroy__ = _IPY_GameObj.delete_IPY_Account
|
| | | __del__ = lambda self : None;
|
| | | IPY_Account_swigregister = _IPY_GameObj.IPY_Account_swigregister
|
| | | IPY_Account_swigregister(IPY_Account)
|
| | |
|
| | | class IPY_Player(IPY_GameObj):
|
| | | __swig_setmethods__ = {}
|