|
@@ -2808,17 +2808,17 @@ namespace Xmds
|
|
|
|
|
|
void end_autoBattle(Ice.AsyncResult r__);
|
|
|
|
|
|
- string getPlayerStatistic(string playerId);
|
|
|
+ string getPlayerStatistic(string instanceId, string playerId, int flag);
|
|
|
|
|
|
- string getPlayerStatistic(string playerId, _System.Collections.Generic.Dictionary<string, string> ctx__);
|
|
|
+ string getPlayerStatistic(string instanceId, string playerId, int flag, _System.Collections.Generic.Dictionary<string, string> ctx__);
|
|
|
|
|
|
- Ice.AsyncResult<Xmds.Callback_XmdsManager_getPlayerStatistic> begin_getPlayerStatistic(string playerId);
|
|
|
+ Ice.AsyncResult<Xmds.Callback_XmdsManager_getPlayerStatistic> begin_getPlayerStatistic(string instanceId, string playerId, int flag);
|
|
|
|
|
|
- Ice.AsyncResult<Xmds.Callback_XmdsManager_getPlayerStatistic> begin_getPlayerStatistic(string playerId, _System.Collections.Generic.Dictionary<string, string> ctx__);
|
|
|
+ Ice.AsyncResult<Xmds.Callback_XmdsManager_getPlayerStatistic> begin_getPlayerStatistic(string instanceId, string playerId, int flag, _System.Collections.Generic.Dictionary<string, string> ctx__);
|
|
|
|
|
|
- Ice.AsyncResult begin_getPlayerStatistic(string playerId, Ice.AsyncCallback cb__, object cookie__);
|
|
|
+ Ice.AsyncResult begin_getPlayerStatistic(string instanceId, string playerId, int flag, Ice.AsyncCallback cb__, object cookie__);
|
|
|
|
|
|
- Ice.AsyncResult begin_getPlayerStatistic(string playerId, _System.Collections.Generic.Dictionary<string, string> ctx__, Ice.AsyncCallback cb__, object cookie__);
|
|
|
+ Ice.AsyncResult begin_getPlayerStatistic(string instanceId, string playerId, int flag, _System.Collections.Generic.Dictionary<string, string> ctx__, Ice.AsyncCallback cb__, object cookie__);
|
|
|
|
|
|
string end_getPlayerStatistic(Ice.AsyncResult r__);
|
|
|
|
|
@@ -3025,7 +3025,7 @@ namespace Xmds
|
|
|
|
|
|
void autoBattle_async(Xmds.AMD_XmdsManager_autoBattle cb__, string instanceId, string playerId, bool enable, Ice.Current current__);
|
|
|
|
|
|
- void getPlayerStatistic_async(Xmds.AMD_XmdsManager_getPlayerStatistic cb__, string playerId, Ice.Current current__);
|
|
|
+ void getPlayerStatistic_async(Xmds.AMD_XmdsManager_getPlayerStatistic cb__, string instanceId, string playerId, int flag, Ice.Current current__);
|
|
|
|
|
|
void getInstanceStatistic_async(Xmds.AMD_XmdsManager_getInstanceStatistic cb__, string instanceId, Ice.Current current__);
|
|
|
|
|
@@ -3131,7 +3131,7 @@ namespace Xmds
|
|
|
|
|
|
void autoBattle_async(Xmds.AMD_XmdsManager_autoBattle cb__, string instanceId, string playerId, bool enable);
|
|
|
|
|
|
- void getPlayerStatistic_async(Xmds.AMD_XmdsManager_getPlayerStatistic cb__, string playerId);
|
|
|
+ void getPlayerStatistic_async(Xmds.AMD_XmdsManager_getPlayerStatistic cb__, string instanceId, string playerId, int flag);
|
|
|
|
|
|
void getInstanceStatistic_async(Xmds.AMD_XmdsManager_getInstanceStatistic cb__, string instanceId);
|
|
|
|
|
@@ -4490,20 +4490,20 @@ namespace Xmds
|
|
|
return end_getPlayerSkillCDTime(begin_getPlayerSkillCDTime(playerId, context__, explicitCtx__, true, null, null));
|
|
|
}
|
|
|
|
|
|
- public string getPlayerStatistic(string playerId)
|
|
|
+ public string getPlayerStatistic(string instanceId, string playerId, int flag)
|
|
|
{
|
|
|
- return this.getPlayerStatistic(playerId, null, false);
|
|
|
+ return this.getPlayerStatistic(instanceId, playerId, flag, null, false);
|
|
|
}
|
|
|
|
|
|
- public string getPlayerStatistic(string playerId, _System.Collections.Generic.Dictionary<string, string> ctx__)
|
|
|
+ public string getPlayerStatistic(string instanceId, string playerId, int flag, _System.Collections.Generic.Dictionary<string, string> ctx__)
|
|
|
{
|
|
|
- return this.getPlayerStatistic(playerId, ctx__, true);
|
|
|
+ return this.getPlayerStatistic(instanceId, playerId, flag, ctx__, true);
|
|
|
}
|
|
|
|
|
|
- private string getPlayerStatistic(string playerId, _System.Collections.Generic.Dictionary<string, string> context__, bool explicitCtx__)
|
|
|
+ private string getPlayerStatistic(string instanceId, string playerId, int flag, _System.Collections.Generic.Dictionary<string, string> context__, bool explicitCtx__)
|
|
|
{
|
|
|
checkTwowayOnly__(__getPlayerStatistic_name);
|
|
|
- return end_getPlayerStatistic(begin_getPlayerStatistic(playerId, context__, explicitCtx__, true, null, null));
|
|
|
+ return end_getPlayerStatistic(begin_getPlayerStatistic(instanceId, playerId, flag, context__, explicitCtx__, true, null, null));
|
|
|
}
|
|
|
|
|
|
public string getZoneRegions(string instanceId)
|
|
@@ -6431,24 +6431,24 @@ namespace Xmds
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public Ice.AsyncResult<Xmds.Callback_XmdsManager_getPlayerStatistic> begin_getPlayerStatistic(string playerId)
|
|
|
+ public Ice.AsyncResult<Xmds.Callback_XmdsManager_getPlayerStatistic> begin_getPlayerStatistic(string instanceId, string playerId, int flag)
|
|
|
{
|
|
|
- return begin_getPlayerStatistic(playerId, null, false, false, null, null);
|
|
|
+ return begin_getPlayerStatistic(instanceId, playerId, flag, null, false, false, null, null);
|
|
|
}
|
|
|
|
|
|
- public Ice.AsyncResult<Xmds.Callback_XmdsManager_getPlayerStatistic> begin_getPlayerStatistic(string playerId, _System.Collections.Generic.Dictionary<string, string> ctx__)
|
|
|
+ public Ice.AsyncResult<Xmds.Callback_XmdsManager_getPlayerStatistic> begin_getPlayerStatistic(string instanceId, string playerId, int flag, _System.Collections.Generic.Dictionary<string, string> ctx__)
|
|
|
{
|
|
|
- return begin_getPlayerStatistic(playerId, ctx__, true, false, null, null);
|
|
|
+ return begin_getPlayerStatistic(instanceId, playerId, flag, ctx__, true, false, null, null);
|
|
|
}
|
|
|
|
|
|
- public Ice.AsyncResult begin_getPlayerStatistic(string playerId, Ice.AsyncCallback cb__, object cookie__)
|
|
|
+ public Ice.AsyncResult begin_getPlayerStatistic(string instanceId, string playerId, int flag, Ice.AsyncCallback cb__, object cookie__)
|
|
|
{
|
|
|
- return begin_getPlayerStatistic(playerId, null, false, false, cb__, cookie__);
|
|
|
+ return begin_getPlayerStatistic(instanceId, playerId, flag, null, false, false, cb__, cookie__);
|
|
|
}
|
|
|
|
|
|
- public Ice.AsyncResult begin_getPlayerStatistic(string playerId, _System.Collections.Generic.Dictionary<string, string> ctx__, Ice.AsyncCallback cb__, object cookie__)
|
|
|
+ public Ice.AsyncResult begin_getPlayerStatistic(string instanceId, string playerId, int flag, _System.Collections.Generic.Dictionary<string, string> ctx__, Ice.AsyncCallback cb__, object cookie__)
|
|
|
{
|
|
|
- return begin_getPlayerStatistic(playerId, ctx__, true, false, cb__, cookie__);
|
|
|
+ return begin_getPlayerStatistic(instanceId, playerId, flag, ctx__, true, false, cb__, cookie__);
|
|
|
}
|
|
|
|
|
|
private const string __getPlayerStatistic_name = "getPlayerStatistic";
|
|
@@ -6481,7 +6481,7 @@ namespace Xmds
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- private Ice.AsyncResult<Xmds.Callback_XmdsManager_getPlayerStatistic> begin_getPlayerStatistic(string playerId, _System.Collections.Generic.Dictionary<string, string> ctx__, bool explicitContext__, bool synchronous__, Ice.AsyncCallback cb__, object cookie__)
|
|
|
+ private Ice.AsyncResult<Xmds.Callback_XmdsManager_getPlayerStatistic> begin_getPlayerStatistic(string instanceId, string playerId, int flag, _System.Collections.Generic.Dictionary<string, string> ctx__, bool explicitContext__, bool synchronous__, Ice.AsyncCallback cb__, object cookie__)
|
|
|
{
|
|
|
checkAsyncTwowayOnly__(__getPlayerStatistic_name);
|
|
|
IceInternal.TwowayOutgoingAsync<Xmds.Callback_XmdsManager_getPlayerStatistic> result__ = getTwowayOutgoingAsync<Xmds.Callback_XmdsManager_getPlayerStatistic>(__getPlayerStatistic_name, getPlayerStatistic_completed__, cookie__);
|
|
@@ -6493,7 +6493,9 @@ namespace Xmds
|
|
|
{
|
|
|
result__.prepare(__getPlayerStatistic_name, Ice.OperationMode.Normal, ctx__, explicitContext__, synchronous__);
|
|
|
IceInternal.BasicStream os__ = result__.startWriteParams(Ice.FormatType.DefaultFormat);
|
|
|
+ os__.writeString(instanceId);
|
|
|
os__.writeString(playerId);
|
|
|
+ os__.writeInt(flag);
|
|
|
result__.endWriteParams();
|
|
|
result__.invoke();
|
|
|
}
|
|
@@ -9144,12 +9146,12 @@ namespace Xmds
|
|
|
|
|
|
public abstract void autoBattle_async(Xmds.AMD_XmdsManager_autoBattle cb__, string instanceId, string playerId, bool enable, Ice.Current current__);
|
|
|
|
|
|
- public void getPlayerStatistic_async(Xmds.AMD_XmdsManager_getPlayerStatistic cb__, string playerId)
|
|
|
+ public void getPlayerStatistic_async(Xmds.AMD_XmdsManager_getPlayerStatistic cb__, string instanceId, string playerId, int flag)
|
|
|
{
|
|
|
- getPlayerStatistic_async(cb__, playerId, Ice.ObjectImpl.defaultCurrent);
|
|
|
+ getPlayerStatistic_async(cb__, instanceId, playerId, flag, Ice.ObjectImpl.defaultCurrent);
|
|
|
}
|
|
|
|
|
|
- public abstract void getPlayerStatistic_async(Xmds.AMD_XmdsManager_getPlayerStatistic cb__, string playerId, Ice.Current current__);
|
|
|
+ public abstract void getPlayerStatistic_async(Xmds.AMD_XmdsManager_getPlayerStatistic cb__, string instanceId, string playerId, int flag, Ice.Current current__);
|
|
|
|
|
|
public void getInstanceStatistic_async(Xmds.AMD_XmdsManager_getInstanceStatistic cb__, string instanceId)
|
|
|
{
|
|
@@ -10206,13 +10208,17 @@ namespace Xmds
|
|
|
{
|
|
|
Ice.ObjectImpl.checkMode__(Ice.OperationMode.Normal, current__.mode);
|
|
|
IceInternal.BasicStream is__ = inS__.startReadParams();
|
|
|
+ string instanceId;
|
|
|
string playerId;
|
|
|
+ int flag;
|
|
|
+ instanceId = is__.readString();
|
|
|
playerId = is__.readString();
|
|
|
+ flag = is__.readInt();
|
|
|
inS__.endReadParams();
|
|
|
AMD_XmdsManager_getPlayerStatistic cb__ = new _AMD_XmdsManager_getPlayerStatistic(inS__);
|
|
|
try
|
|
|
{
|
|
|
- obj__.getPlayerStatistic_async(cb__, playerId, current__);
|
|
|
+ obj__.getPlayerStatistic_async(cb__, instanceId, playerId, flag, current__);
|
|
|
}
|
|
|
catch(_System.Exception ex__)
|
|
|
{
|