# This file was automatically generated by SWIG (http://www.swig.org).
|
# Version 2.0.4
|
#
|
# Do not make changes to this file unless you know what you are doing--modify
|
# the SWIG interface file instead.
|
|
|
|
from sys import version_info
|
if version_info >= (2,6,0):
|
def swig_import_helper():
|
from os.path import dirname
|
import imp
|
fp = None
|
try:
|
fp, pathname, description = imp.find_module('_IPY_Compensation', [dirname(__file__)])
|
except ImportError:
|
import _IPY_Compensation
|
return _IPY_Compensation
|
if fp is not None:
|
try:
|
_mod = imp.load_module('_IPY_Compensation', fp, pathname, description)
|
finally:
|
fp.close()
|
return _mod
|
_IPY_Compensation = swig_import_helper()
|
del swig_import_helper
|
else:
|
import _IPY_Compensation
|
del version_info
|
try:
|
_swig_property = property
|
except NameError:
|
pass # Python < 2.2 doesn't have 'property'.
|
def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
|
if (name == "thisown"): return self.this.own(value)
|
if (name == "this"):
|
if type(value).__name__ == 'SwigPyObject':
|
self.__dict__[name] = value
|
return
|
method = class_type.__swig_setmethods__.get(name,None)
|
if method: return method(self,value)
|
if (not static):
|
self.__dict__[name] = value
|
else:
|
raise AttributeError("You cannot add attributes to %s" % self)
|
|
def _swig_setattr(self,class_type,name,value):
|
return _swig_setattr_nondynamic(self,class_type,name,value,0)
|
|
def _swig_getattr(self,class_type,name):
|
if (name == "thisown"): return self.this.own()
|
method = class_type.__swig_getmethods__.get(name,None)
|
if method: return method(self)
|
raise AttributeError(name)
|
|
def _swig_repr(self):
|
try: strthis = "proxy of " + self.this.__repr__()
|
except: strthis = ""
|
return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
|
|
try:
|
_object = object
|
_newclass = 1
|
except AttributeError:
|
class _object : pass
|
_newclass = 0
|
|
|
class SwigPyIterator(_object):
|
__swig_setmethods__ = {}
|
__setattr__ = lambda self, name, value: _swig_setattr(self, SwigPyIterator, name, value)
|
__swig_getmethods__ = {}
|
__getattr__ = lambda self, name: _swig_getattr(self, SwigPyIterator, name)
|
def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined - class is abstract")
|
__repr__ = _swig_repr
|
__swig_destroy__ = _IPY_Compensation.delete_SwigPyIterator
|
__del__ = lambda self : None;
|
def value(self): return _IPY_Compensation.SwigPyIterator_value(self)
|
def incr(self, n = 1): return _IPY_Compensation.SwigPyIterator_incr(self, n)
|
def decr(self, n = 1): return _IPY_Compensation.SwigPyIterator_decr(self, n)
|
def distance(self, *args): return _IPY_Compensation.SwigPyIterator_distance(self, *args)
|
def equal(self, *args): return _IPY_Compensation.SwigPyIterator_equal(self, *args)
|
def copy(self): return _IPY_Compensation.SwigPyIterator_copy(self)
|
def next(self): return _IPY_Compensation.SwigPyIterator_next(self)
|
def __next__(self): return _IPY_Compensation.SwigPyIterator___next__(self)
|
def previous(self): return _IPY_Compensation.SwigPyIterator_previous(self)
|
def advance(self, *args): return _IPY_Compensation.SwigPyIterator_advance(self, *args)
|
def __eq__(self, *args): return _IPY_Compensation.SwigPyIterator___eq__(self, *args)
|
def __ne__(self, *args): return _IPY_Compensation.SwigPyIterator___ne__(self, *args)
|
def __iadd__(self, *args): return _IPY_Compensation.SwigPyIterator___iadd__(self, *args)
|
def __isub__(self, *args): return _IPY_Compensation.SwigPyIterator___isub__(self, *args)
|
def __add__(self, *args): return _IPY_Compensation.SwigPyIterator___add__(self, *args)
|
def __sub__(self, *args): return _IPY_Compensation.SwigPyIterator___sub__(self, *args)
|
def __iter__(self): return self
|
SwigPyIterator_swigregister = _IPY_Compensation.SwigPyIterator_swigregister
|
SwigPyIterator_swigregister(SwigPyIterator)
|
|
class IntVector(_object):
|
__swig_setmethods__ = {}
|
__setattr__ = lambda self, name, value: _swig_setattr(self, IntVector, name, value)
|
__swig_getmethods__ = {}
|
__getattr__ = lambda self, name: _swig_getattr(self, IntVector, name)
|
__repr__ = _swig_repr
|
def iterator(self): return _IPY_Compensation.IntVector_iterator(self)
|
def __iter__(self): return self.iterator()
|
def __nonzero__(self): return _IPY_Compensation.IntVector___nonzero__(self)
|
def __bool__(self): return _IPY_Compensation.IntVector___bool__(self)
|
def __len__(self): return _IPY_Compensation.IntVector___len__(self)
|
def pop(self): return _IPY_Compensation.IntVector_pop(self)
|
def __getslice__(self, *args): return _IPY_Compensation.IntVector___getslice__(self, *args)
|
def __setslice__(self, *args): return _IPY_Compensation.IntVector___setslice__(self, *args)
|
def __delslice__(self, *args): return _IPY_Compensation.IntVector___delslice__(self, *args)
|
def __delitem__(self, *args): return _IPY_Compensation.IntVector___delitem__(self, *args)
|
def __getitem__(self, *args): return _IPY_Compensation.IntVector___getitem__(self, *args)
|
def __setitem__(self, *args): return _IPY_Compensation.IntVector___setitem__(self, *args)
|
def append(self, *args): return _IPY_Compensation.IntVector_append(self, *args)
|
def empty(self): return _IPY_Compensation.IntVector_empty(self)
|
def size(self): return _IPY_Compensation.IntVector_size(self)
|
def clear(self): return _IPY_Compensation.IntVector_clear(self)
|
def swap(self, *args): return _IPY_Compensation.IntVector_swap(self, *args)
|
def get_allocator(self): return _IPY_Compensation.IntVector_get_allocator(self)
|
def begin(self): return _IPY_Compensation.IntVector_begin(self)
|
def end(self): return _IPY_Compensation.IntVector_end(self)
|
def rbegin(self): return _IPY_Compensation.IntVector_rbegin(self)
|
def rend(self): return _IPY_Compensation.IntVector_rend(self)
|
def pop_back(self): return _IPY_Compensation.IntVector_pop_back(self)
|
def erase(self, *args): return _IPY_Compensation.IntVector_erase(self, *args)
|
def __init__(self, *args):
|
this = _IPY_Compensation.new_IntVector(*args)
|
try: self.this.append(this)
|
except: self.this = this
|
def push_back(self, *args): return _IPY_Compensation.IntVector_push_back(self, *args)
|
def front(self): return _IPY_Compensation.IntVector_front(self)
|
def back(self): return _IPY_Compensation.IntVector_back(self)
|
def assign(self, *args): return _IPY_Compensation.IntVector_assign(self, *args)
|
def resize(self, *args): return _IPY_Compensation.IntVector_resize(self, *args)
|
def insert(self, *args): return _IPY_Compensation.IntVector_insert(self, *args)
|
def reserve(self, *args): return _IPY_Compensation.IntVector_reserve(self, *args)
|
def capacity(self): return _IPY_Compensation.IntVector_capacity(self)
|
__swig_destroy__ = _IPY_Compensation.delete_IntVector
|
__del__ = lambda self : None;
|
IntVector_swigregister = _IPY_Compensation.IntVector_swigregister
|
IntVector_swigregister(IntVector)
|
|
class DoubleVector(_object):
|
__swig_setmethods__ = {}
|
__setattr__ = lambda self, name, value: _swig_setattr(self, DoubleVector, name, value)
|
__swig_getmethods__ = {}
|
__getattr__ = lambda self, name: _swig_getattr(self, DoubleVector, name)
|
__repr__ = _swig_repr
|
def iterator(self): return _IPY_Compensation.DoubleVector_iterator(self)
|
def __iter__(self): return self.iterator()
|
def __nonzero__(self): return _IPY_Compensation.DoubleVector___nonzero__(self)
|
def __bool__(self): return _IPY_Compensation.DoubleVector___bool__(self)
|
def __len__(self): return _IPY_Compensation.DoubleVector___len__(self)
|
def pop(self): return _IPY_Compensation.DoubleVector_pop(self)
|
def __getslice__(self, *args): return _IPY_Compensation.DoubleVector___getslice__(self, *args)
|
def __setslice__(self, *args): return _IPY_Compensation.DoubleVector___setslice__(self, *args)
|
def __delslice__(self, *args): return _IPY_Compensation.DoubleVector___delslice__(self, *args)
|
def __delitem__(self, *args): return _IPY_Compensation.DoubleVector___delitem__(self, *args)
|
def __getitem__(self, *args): return _IPY_Compensation.DoubleVector___getitem__(self, *args)
|
def __setitem__(self, *args): return _IPY_Compensation.DoubleVector___setitem__(self, *args)
|
def append(self, *args): return _IPY_Compensation.DoubleVector_append(self, *args)
|
def empty(self): return _IPY_Compensation.DoubleVector_empty(self)
|
def size(self): return _IPY_Compensation.DoubleVector_size(self)
|
def clear(self): return _IPY_Compensation.DoubleVector_clear(self)
|
def swap(self, *args): return _IPY_Compensation.DoubleVector_swap(self, *args)
|
def get_allocator(self): return _IPY_Compensation.DoubleVector_get_allocator(self)
|
def begin(self): return _IPY_Compensation.DoubleVector_begin(self)
|
def end(self): return _IPY_Compensation.DoubleVector_end(self)
|
def rbegin(self): return _IPY_Compensation.DoubleVector_rbegin(self)
|
def rend(self): return _IPY_Compensation.DoubleVector_rend(self)
|
def pop_back(self): return _IPY_Compensation.DoubleVector_pop_back(self)
|
def erase(self, *args): return _IPY_Compensation.DoubleVector_erase(self, *args)
|
def __init__(self, *args):
|
this = _IPY_Compensation.new_DoubleVector(*args)
|
try: self.this.append(this)
|
except: self.this = this
|
def push_back(self, *args): return _IPY_Compensation.DoubleVector_push_back(self, *args)
|
def front(self): return _IPY_Compensation.DoubleVector_front(self)
|
def back(self): return _IPY_Compensation.DoubleVector_back(self)
|
def assign(self, *args): return _IPY_Compensation.DoubleVector_assign(self, *args)
|
def resize(self, *args): return _IPY_Compensation.DoubleVector_resize(self, *args)
|
def insert(self, *args): return _IPY_Compensation.DoubleVector_insert(self, *args)
|
def reserve(self, *args): return _IPY_Compensation.DoubleVector_reserve(self, *args)
|
def capacity(self): return _IPY_Compensation.DoubleVector_capacity(self)
|
__swig_destroy__ = _IPY_Compensation.delete_DoubleVector
|
__del__ = lambda self : None;
|
DoubleVector_swigregister = _IPY_Compensation.DoubleVector_swigregister
|
DoubleVector_swigregister(DoubleVector)
|
|
class PairInt(_object):
|
__swig_setmethods__ = {}
|
__setattr__ = lambda self, name, value: _swig_setattr(self, PairInt, name, value)
|
__swig_getmethods__ = {}
|
__getattr__ = lambda self, name: _swig_getattr(self, PairInt, name)
|
__repr__ = _swig_repr
|
def __init__(self, *args):
|
this = _IPY_Compensation.new_PairInt(*args)
|
try: self.this.append(this)
|
except: self.this = this
|
__swig_setmethods__["first"] = _IPY_Compensation.PairInt_first_set
|
__swig_getmethods__["first"] = _IPY_Compensation.PairInt_first_get
|
if _newclass:first = _swig_property(_IPY_Compensation.PairInt_first_get, _IPY_Compensation.PairInt_first_set)
|
__swig_setmethods__["second"] = _IPY_Compensation.PairInt_second_set
|
__swig_getmethods__["second"] = _IPY_Compensation.PairInt_second_get
|
if _newclass:second = _swig_property(_IPY_Compensation.PairInt_second_get, _IPY_Compensation.PairInt_second_set)
|
def __len__(self): return 2
|
def __repr__(self): return str((self.first, self.second))
|
def __getitem__(self, index):
|
if not (index % 2):
|
return self.first
|
else:
|
return self.second
|
def __setitem__(self, index, val):
|
if not (index % 2):
|
self.first = val
|
else:
|
self.second = val
|
__swig_destroy__ = _IPY_Compensation.delete_PairInt
|
__del__ = lambda self : None;
|
PairInt_swigregister = _IPY_Compensation.PairInt_swigregister
|
PairInt_swigregister(PairInt)
|
|
class IpyCompensationItem(_object):
|
__swig_setmethods__ = {}
|
__setattr__ = lambda self, name, value: _swig_setattr(self, IpyCompensationItem, name, value)
|
__swig_getmethods__ = {}
|
__getattr__ = lambda self, name: _swig_getattr(self, IpyCompensationItem, name)
|
__repr__ = _swig_repr
|
__swig_setmethods__["GUID"] = _IPY_Compensation.IpyCompensationItem_GUID_set
|
__swig_getmethods__["GUID"] = _IPY_Compensation.IpyCompensationItem_GUID_get
|
if _newclass:GUID = _swig_property(_IPY_Compensation.IpyCompensationItem_GUID_get, _IPY_Compensation.IpyCompensationItem_GUID_set)
|
__swig_setmethods__["Index"] = _IPY_Compensation.IpyCompensationItem_Index_set
|
__swig_getmethods__["Index"] = _IPY_Compensation.IpyCompensationItem_Index_get
|
if _newclass:Index = _swig_property(_IPY_Compensation.IpyCompensationItem_Index_get, _IPY_Compensation.IpyCompensationItem_Index_set)
|
__swig_setmethods__["ItemID"] = _IPY_Compensation.IpyCompensationItem_ItemID_set
|
__swig_getmethods__["ItemID"] = _IPY_Compensation.IpyCompensationItem_ItemID_get
|
if _newclass:ItemID = _swig_property(_IPY_Compensation.IpyCompensationItem_ItemID_get, _IPY_Compensation.IpyCompensationItem_ItemID_set)
|
__swig_setmethods__["Count"] = _IPY_Compensation.IpyCompensationItem_Count_set
|
__swig_getmethods__["Count"] = _IPY_Compensation.IpyCompensationItem_Count_get
|
if _newclass:Count = _swig_property(_IPY_Compensation.IpyCompensationItem_Count_get, _IPY_Compensation.IpyCompensationItem_Count_set)
|
__swig_setmethods__["IsBind"] = _IPY_Compensation.IpyCompensationItem_IsBind_set
|
__swig_getmethods__["IsBind"] = _IPY_Compensation.IpyCompensationItem_IsBind_get
|
if _newclass:IsBind = _swig_property(_IPY_Compensation.IpyCompensationItem_IsBind_get, _IPY_Compensation.IpyCompensationItem_IsBind_set)
|
__swig_setmethods__["UserData"] = _IPY_Compensation.IpyCompensationItem_UserData_set
|
__swig_getmethods__["UserData"] = _IPY_Compensation.IpyCompensationItem_UserData_get
|
if _newclass:UserData = _swig_property(_IPY_Compensation.IpyCompensationItem_UserData_get, _IPY_Compensation.IpyCompensationItem_UserData_set)
|
def __init__(self):
|
this = _IPY_Compensation.new_IpyCompensationItem()
|
try: self.this.append(this)
|
except: self.this = this
|
__swig_destroy__ = _IPY_Compensation.delete_IpyCompensationItem
|
__del__ = lambda self : None;
|
IpyCompensationItem_swigregister = _IPY_Compensation.IpyCompensationItem_swigregister
|
IpyCompensationItem_swigregister(IpyCompensationItem)
|
|
class IpyPersonalCompensation(_object):
|
__swig_setmethods__ = {}
|
__setattr__ = lambda self, name, value: _swig_setattr(self, IpyPersonalCompensation, name, value)
|
__swig_getmethods__ = {}
|
__getattr__ = lambda self, name: _swig_getattr(self, IpyPersonalCompensation, name)
|
__repr__ = _swig_repr
|
__swig_setmethods__["PlayerID"] = _IPY_Compensation.IpyPersonalCompensation_PlayerID_set
|
__swig_getmethods__["PlayerID"] = _IPY_Compensation.IpyPersonalCompensation_PlayerID_get
|
if _newclass:PlayerID = _swig_property(_IPY_Compensation.IpyPersonalCompensation_PlayerID_get, _IPY_Compensation.IpyPersonalCompensation_PlayerID_set)
|
__swig_setmethods__["CreateTime"] = _IPY_Compensation.IpyPersonalCompensation_CreateTime_set
|
__swig_getmethods__["CreateTime"] = _IPY_Compensation.IpyPersonalCompensation_CreateTime_get
|
if _newclass:CreateTime = _swig_property(_IPY_Compensation.IpyPersonalCompensation_CreateTime_get, _IPY_Compensation.IpyPersonalCompensation_CreateTime_set)
|
__swig_setmethods__["LimitTime"] = _IPY_Compensation.IpyPersonalCompensation_LimitTime_set
|
__swig_getmethods__["LimitTime"] = _IPY_Compensation.IpyPersonalCompensation_LimitTime_get
|
if _newclass:LimitTime = _swig_property(_IPY_Compensation.IpyPersonalCompensation_LimitTime_get, _IPY_Compensation.IpyPersonalCompensation_LimitTime_set)
|
__swig_setmethods__["GUID"] = _IPY_Compensation.IpyPersonalCompensation_GUID_set
|
__swig_getmethods__["GUID"] = _IPY_Compensation.IpyPersonalCompensation_GUID_get
|
if _newclass:GUID = _swig_property(_IPY_Compensation.IpyPersonalCompensation_GUID_get, _IPY_Compensation.IpyPersonalCompensation_GUID_set)
|
__swig_setmethods__["Text"] = _IPY_Compensation.IpyPersonalCompensation_Text_set
|
__swig_getmethods__["Text"] = _IPY_Compensation.IpyPersonalCompensation_Text_get
|
if _newclass:Text = _swig_property(_IPY_Compensation.IpyPersonalCompensation_Text_get, _IPY_Compensation.IpyPersonalCompensation_Text_set)
|
__swig_setmethods__["Gold"] = _IPY_Compensation.IpyPersonalCompensation_Gold_set
|
__swig_getmethods__["Gold"] = _IPY_Compensation.IpyPersonalCompensation_Gold_get
|
if _newclass:Gold = _swig_property(_IPY_Compensation.IpyPersonalCompensation_Gold_get, _IPY_Compensation.IpyPersonalCompensation_Gold_set)
|
__swig_setmethods__["GoldPaper"] = _IPY_Compensation.IpyPersonalCompensation_GoldPaper_set
|
__swig_getmethods__["GoldPaper"] = _IPY_Compensation.IpyPersonalCompensation_GoldPaper_get
|
if _newclass:GoldPaper = _swig_property(_IPY_Compensation.IpyPersonalCompensation_GoldPaper_get, _IPY_Compensation.IpyPersonalCompensation_GoldPaper_set)
|
__swig_setmethods__["Silver"] = _IPY_Compensation.IpyPersonalCompensation_Silver_set
|
__swig_getmethods__["Silver"] = _IPY_Compensation.IpyPersonalCompensation_Silver_get
|
if _newclass:Silver = _swig_property(_IPY_Compensation.IpyPersonalCompensation_Silver_get, _IPY_Compensation.IpyPersonalCompensation_Silver_set)
|
__swig_setmethods__["Type"] = _IPY_Compensation.IpyPersonalCompensation_Type_set
|
__swig_getmethods__["Type"] = _IPY_Compensation.IpyPersonalCompensation_Type_get
|
if _newclass:Type = _swig_property(_IPY_Compensation.IpyPersonalCompensation_Type_get, _IPY_Compensation.IpyPersonalCompensation_Type_set)
|
def __init__(self):
|
this = _IPY_Compensation.new_IpyPersonalCompensation()
|
try: self.this.append(this)
|
except: self.this = this
|
__swig_destroy__ = _IPY_Compensation.delete_IpyPersonalCompensation
|
__del__ = lambda self : None;
|
IpyPersonalCompensation_swigregister = _IPY_Compensation.IpyPersonalCompensation_swigregister
|
IpyPersonalCompensation_swigregister(IpyPersonalCompensation)
|
|
class IpyEntireCompensationRequire(_object):
|
__swig_setmethods__ = {}
|
__setattr__ = lambda self, name, value: _swig_setattr(self, IpyEntireCompensationRequire, name, value)
|
__swig_getmethods__ = {}
|
__getattr__ = lambda self, name: _swig_getattr(self, IpyEntireCompensationRequire, name)
|
__repr__ = _swig_repr
|
__swig_setmethods__["GUID"] = _IPY_Compensation.IpyEntireCompensationRequire_GUID_set
|
__swig_getmethods__["GUID"] = _IPY_Compensation.IpyEntireCompensationRequire_GUID_get
|
if _newclass:GUID = _swig_property(_IPY_Compensation.IpyEntireCompensationRequire_GUID_get, _IPY_Compensation.IpyEntireCompensationRequire_GUID_set)
|
__swig_setmethods__["CreateTime"] = _IPY_Compensation.IpyEntireCompensationRequire_CreateTime_set
|
__swig_getmethods__["CreateTime"] = _IPY_Compensation.IpyEntireCompensationRequire_CreateTime_get
|
if _newclass:CreateTime = _swig_property(_IPY_Compensation.IpyEntireCompensationRequire_CreateTime_get, _IPY_Compensation.IpyEntireCompensationRequire_CreateTime_set)
|
__swig_setmethods__["LimitTime"] = _IPY_Compensation.IpyEntireCompensationRequire_LimitTime_set
|
__swig_getmethods__["LimitTime"] = _IPY_Compensation.IpyEntireCompensationRequire_LimitTime_get
|
if _newclass:LimitTime = _swig_property(_IPY_Compensation.IpyEntireCompensationRequire_LimitTime_get, _IPY_Compensation.IpyEntireCompensationRequire_LimitTime_set)
|
__swig_setmethods__["PlayerLV"] = _IPY_Compensation.IpyEntireCompensationRequire_PlayerLV_set
|
__swig_getmethods__["PlayerLV"] = _IPY_Compensation.IpyEntireCompensationRequire_PlayerLV_get
|
if _newclass:PlayerLV = _swig_property(_IPY_Compensation.IpyEntireCompensationRequire_PlayerLV_get, _IPY_Compensation.IpyEntireCompensationRequire_PlayerLV_set)
|
__swig_setmethods__["PlayerJob"] = _IPY_Compensation.IpyEntireCompensationRequire_PlayerJob_set
|
__swig_getmethods__["PlayerJob"] = _IPY_Compensation.IpyEntireCompensationRequire_PlayerJob_get
|
if _newclass:PlayerJob = _swig_property(_IPY_Compensation.IpyEntireCompensationRequire_PlayerJob_get, _IPY_Compensation.IpyEntireCompensationRequire_PlayerJob_set)
|
__swig_setmethods__["Text"] = _IPY_Compensation.IpyEntireCompensationRequire_Text_set
|
__swig_getmethods__["Text"] = _IPY_Compensation.IpyEntireCompensationRequire_Text_get
|
if _newclass:Text = _swig_property(_IPY_Compensation.IpyEntireCompensationRequire_Text_get, _IPY_Compensation.IpyEntireCompensationRequire_Text_set)
|
__swig_setmethods__["Gold"] = _IPY_Compensation.IpyEntireCompensationRequire_Gold_set
|
__swig_getmethods__["Gold"] = _IPY_Compensation.IpyEntireCompensationRequire_Gold_get
|
if _newclass:Gold = _swig_property(_IPY_Compensation.IpyEntireCompensationRequire_Gold_get, _IPY_Compensation.IpyEntireCompensationRequire_Gold_set)
|
__swig_setmethods__["GoldPaper"] = _IPY_Compensation.IpyEntireCompensationRequire_GoldPaper_set
|
__swig_getmethods__["GoldPaper"] = _IPY_Compensation.IpyEntireCompensationRequire_GoldPaper_get
|
if _newclass:GoldPaper = _swig_property(_IPY_Compensation.IpyEntireCompensationRequire_GoldPaper_get, _IPY_Compensation.IpyEntireCompensationRequire_GoldPaper_set)
|
__swig_setmethods__["Silver"] = _IPY_Compensation.IpyEntireCompensationRequire_Silver_set
|
__swig_getmethods__["Silver"] = _IPY_Compensation.IpyEntireCompensationRequire_Silver_get
|
if _newclass:Silver = _swig_property(_IPY_Compensation.IpyEntireCompensationRequire_Silver_get, _IPY_Compensation.IpyEntireCompensationRequire_Silver_set)
|
__swig_setmethods__["ServerID"] = _IPY_Compensation.IpyEntireCompensationRequire_ServerID_set
|
__swig_getmethods__["ServerID"] = _IPY_Compensation.IpyEntireCompensationRequire_ServerID_get
|
if _newclass:ServerID = _swig_property(_IPY_Compensation.IpyEntireCompensationRequire_ServerID_get, _IPY_Compensation.IpyEntireCompensationRequire_ServerID_set)
|
def __init__(self):
|
this = _IPY_Compensation.new_IpyEntireCompensationRequire()
|
try: self.this.append(this)
|
except: self.this = this
|
__swig_destroy__ = _IPY_Compensation.delete_IpyEntireCompensationRequire
|
__del__ = lambda self : None;
|
IpyEntireCompensationRequire_swigregister = _IPY_Compensation.IpyEntireCompensationRequire_swigregister
|
IpyEntireCompensationRequire_swigregister(IpyEntireCompensationRequire)
|
|
class IPY_CompensationMgr(_object):
|
__swig_setmethods__ = {}
|
__setattr__ = lambda self, name, value: _swig_setattr(self, IPY_CompensationMgr, name, value)
|
__swig_getmethods__ = {}
|
__getattr__ = lambda self, name: _swig_getattr(self, IPY_CompensationMgr, name)
|
def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined - class is abstract")
|
__repr__ = _swig_repr
|
def AddCompensationItem(self, *args): return _IPY_Compensation.IPY_CompensationMgr_AddCompensationItem(self, *args)
|
def CompensationItemCount(self): return _IPY_Compensation.IPY_CompensationMgr_CompensationItemCount(self)
|
def AtCompensationItemGUID(self, *args): return _IPY_Compensation.IPY_CompensationMgr_AtCompensationItemGUID(self, *args)
|
def FindItemCount(self, *args): return _IPY_Compensation.IPY_CompensationMgr_FindItemCount(self, *args)
|
def FindItemAt(self, *args): return _IPY_Compensation.IPY_CompensationMgr_FindItemAt(self, *args)
|
def DeleteCompensationItem(self, *args): return _IPY_Compensation.IPY_CompensationMgr_DeleteCompensationItem(self, *args)
|
def ClearEntireCompensation(self): return _IPY_Compensation.IPY_CompensationMgr_ClearEntireCompensation(self)
|
def AddEntireCompensationItem(self, *args): return _IPY_Compensation.IPY_CompensationMgr_AddEntireCompensationItem(self, *args)
|
def DeleteEntireCompensation(self, *args): return _IPY_Compensation.IPY_CompensationMgr_DeleteEntireCompensation(self, *args)
|
def FindEntireCompensation(self, *args): return _IPY_Compensation.IPY_CompensationMgr_FindEntireCompensation(self, *args)
|
def SetEntireCompensationPlayerLV(self, *args): return _IPY_Compensation.IPY_CompensationMgr_SetEntireCompensationPlayerLV(self, *args)
|
def GetEntireCompensationCount(self): return _IPY_Compensation.IPY_CompensationMgr_GetEntireCompensationCount(self)
|
def AtEntireCompensation(self, *args): return _IPY_Compensation.IPY_CompensationMgr_AtEntireCompensation(self, *args)
|
def GetAllPersonalCompensationCount(self): return _IPY_Compensation.IPY_CompensationMgr_GetAllPersonalCompensationCount(self)
|
def AtAllPersonalCompensation(self, *args): return _IPY_Compensation.IPY_CompensationMgr_AtAllPersonalCompensation(self, *args)
|
def GetPersonalCompensationCountByType(self, *args): return _IPY_Compensation.IPY_CompensationMgr_GetPersonalCompensationCountByType(self, *args)
|
def AtGUIDInPersonalTypesByType(self, *args): return _IPY_Compensation.IPY_CompensationMgr_AtGUIDInPersonalTypesByType(self, *args)
|
def ClearAllPlayerCompensationRec(self): return _IPY_Compensation.IPY_CompensationMgr_ClearAllPlayerCompensationRec(self)
|
def DeleteRecByGUID(self, *args): return _IPY_Compensation.IPY_CompensationMgr_DeleteRecByGUID(self, *args)
|
def DeletePlayerCompensationRec(self, *args): return _IPY_Compensation.IPY_CompensationMgr_DeletePlayerCompensationRec(self, *args)
|
def FindPlayerRecState(self, *args): return _IPY_Compensation.IPY_CompensationMgr_FindPlayerRecState(self, *args)
|
def AddPlayerRec(self, *args): return _IPY_Compensation.IPY_CompensationMgr_AddPlayerRec(self, *args)
|
def PlayerRecCount(self, *args): return _IPY_Compensation.IPY_CompensationMgr_PlayerRecCount(self, *args)
|
def ClearAllPersonalCompensation(self): return _IPY_Compensation.IPY_CompensationMgr_ClearAllPersonalCompensation(self)
|
def AddPersonalCompensation(self, *args): return _IPY_Compensation.IPY_CompensationMgr_AddPersonalCompensation(self, *args)
|
def GetPersonalCompensationCount(self, *args): return _IPY_Compensation.IPY_CompensationMgr_GetPersonalCompensationCount(self, *args)
|
def PersonalCompensationAt(self, *args): return _IPY_Compensation.IPY_CompensationMgr_PersonalCompensationAt(self, *args)
|
def FindPersonalCompensation(self, *args): return _IPY_Compensation.IPY_CompensationMgr_FindPersonalCompensation(self, *args)
|
def DeletePersonalCompensation(self, *args): return _IPY_Compensation.IPY_CompensationMgr_DeletePersonalCompensation(self, *args)
|
def ClearPersonalCompensation(self, *args): return _IPY_Compensation.IPY_CompensationMgr_ClearPersonalCompensation(self, *args)
|
def GetPersonalCountByGUID(self, *args): return _IPY_Compensation.IPY_CompensationMgr_GetPersonalCountByGUID(self, *args)
|
def AtPlayerIDInPersonalsByGUID(self, *args): return _IPY_Compensation.IPY_CompensationMgr_AtPlayerIDInPersonalsByGUID(self, *args)
|
__swig_destroy__ = _IPY_Compensation.delete_IPY_CompensationMgr
|
__del__ = lambda self : None;
|
IPY_CompensationMgr_swigregister = _IPY_Compensation.IPY_CompensationMgr_swigregister
|
IPY_CompensationMgr_swigregister(IPY_CompensationMgr)
|
|
# This file is compatible with both classic and new-style classes.
|
|
|