#if USE_UNI_LUA
|
using LuaAPI = UniLua.Lua;
|
using RealStatePtr = UniLua.ILuaState;
|
using LuaCSFunction = UniLua.CSharpFunctionDelegate;
|
#else
|
using LuaAPI = XLua.LuaDLL.Lua;
|
using RealStatePtr = System.IntPtr;
|
using LuaCSFunction = XLua.LuaDLL.lua_CSFunction;
|
#endif
|
|
using XLua;
|
using System.Collections.Generic;
|
|
|
namespace XLua.CSObjectWrap
|
{
|
using Utils = XLua.Utils;
|
public class SnxxzUITeamModelWrap
|
{
|
public static void __Register(RealStatePtr L)
|
{
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
System.Type type = typeof(Snxxz.UI.TeamModel);
|
Utils.BeginObjectRegister(type, L, translator, 0, 59, 19, 14);
|
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "Init", _m_Init);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "UnInit", _m_UnInit);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnAfterPlayerDataInitialize", _m_OnAfterPlayerDataInitialize);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnSwitchAccount", _m_OnSwitchAccount);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestQueryTeamList", _m_RequestQueryTeamList);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestApplyForJoin", _m_RequestApplyForJoin);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestCreateTeam", _m_RequestCreateTeam);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestExitTeam", _m_RequestExitTeam);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestKickoutTeam", _m_RequestKickoutTeam);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestSetCaptainer", _m_RequestSetCaptainer);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestInviteJoinTeam", _m_RequestInviteJoinTeam);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestQueryNearbyPlayers", _m_RequestQueryNearbyPlayers);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestWorldInvite", _m_RequestWorldInvite);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestAmendTeamInfo", _m_RequestAmendTeamInfo);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestAcceptApplication", _m_RequestAcceptApplication);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestRejectApplication", _m_RequestRejectApplication);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestAcceptInvitation", _m_RequestAcceptInvitation);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestRejectInvitation", _m_RequestRejectInvitation);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "ClearInvitations", _m_ClearInvitations);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestQueryPlayerInTeam", _m_RequestQueryPlayerInTeam);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestAutoMatchTeam", _m_RequestAutoMatchTeam);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestAssistAutoMatch", _m_RequestAssistAutoMatch);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestCancelAutoMatchTeam", _m_RequestCancelAutoMatchTeam);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "RequestPrepareEnterDungeon", _m_RequestPrepareEnterDungeon);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "InvitePlayers", _m_InvitePlayers);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "ClearAllApplications", _m_ClearAllApplications);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnGetTheirTeams", _m_OnGetTheirTeams);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnGetNearByPlayers", _m_OnGetNearByPlayers);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnGetPlayerShortInfo", _m_OnGetPlayerShortInfo);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnTeamClear", _m_OnTeamClear);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnTeammateLeave", _m_OnTeammateLeave);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnTeammateOnOffLine", _m_OnTeammateOnOffLine);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnTeammateChangeMap", _m_OnTeammateChangeMap);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnGetApplication", _m_OnGetApplication);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnGetInvitation", _m_OnGetInvitation);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnUpdateTeammateInfos", _m_OnUpdateTeammateInfos);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnUpdateTeammission", _m_OnUpdateTeammission);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnUpdateTeammateInfo", _m_OnUpdateTeammateInfo);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnUpdateDungeonPrepareState", _m_OnUpdateDungeonPrepareState);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "IsMissionUnLock", _m_IsMissionUnLock);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnPlayerLoginOk", _m_OnPlayerLoginOk);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "OnMapInitOk", _m_OnMapInitOk);
|
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "myTeamRefreshEvent", _e_myTeamRefreshEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "theirTeamListRefreshEvent", _e_theirTeamListRefreshEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "missionLevelLimitChangeEvent", _e_missionLevelLimitChangeEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "createTeamEvent", _e_createTeamEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "exitTeamEvent", _e_exitTeamEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "teammateLeaveEvent", _e_teammateLeaveEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "teammateJoinEvent", _e_teammateJoinEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "teammateOnOffLineEvent", _e_teammateOnOffLineEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "teammateLevelUpEvent", _e_teammateLevelUpEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "teammateChangeMapEvent", _e_teammateChangeMapEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "applicationsChangeEvent", _e_applicationsChangeEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "teamInvitesUpdateEvent", _e_teamInvitesUpdateEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "playerInTeamAnswerEvent", _e_playerInTeamAnswerEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "selectedInvitationChangeEvent", _e_selectedInvitationChangeEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "invitationsChangeEvent", _e_invitationsChangeEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "matchingStateChangeEvent", _e_matchingStateChangeEvent);
|
Utils.RegisterFunc(L, Utils.METHOD_IDX, "memberPrepareStateChangeEvent", _e_memberPrepareStateChangeEvent);
|
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "autoAcceptApplication", _g_get_autoAcceptApplication);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "autoAcceptInvitation", _g_get_autoAcceptInvitation);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "myTeam", _g_get_myTeam);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "currentMission", _g_get_currentMission);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "missionBuf", _g_get_missionBuf);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "levelMinBuf", _g_get_levelMinBuf);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "levelMaxBuf", _g_get_levelMaxBuf);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "currentInviteType", _g_get_currentInviteType);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "currentSelectedInvitation", _g_get_currentSelectedInvitation);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "matchingEndTime", _g_get_matchingEndTime);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "isMatching", _g_get_isMatching);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "prepareBeginTime", _g_get_prepareBeginTime);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "teamPrepare", _g_get_teamPrepare);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "theirTeams", _g_get_theirTeams);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "invitations", _g_get_invitations);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "applications", _g_get_applications);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "invites", _g_get_invites);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "teammissions", _g_get_teammissions);
|
Utils.RegisterFunc(L, Utils.GETTER_IDX, "targetPreferences", _g_get_targetPreferences);
|
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "autoAcceptApplication", _s_set_autoAcceptApplication);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "autoAcceptInvitation", _s_set_autoAcceptInvitation);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "currentMission", _s_set_currentMission);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "missionBuf", _s_set_missionBuf);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "levelMinBuf", _s_set_levelMinBuf);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "levelMaxBuf", _s_set_levelMaxBuf);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "currentSelectedInvitation", _s_set_currentSelectedInvitation);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "isMatching", _s_set_isMatching);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "theirTeams", _s_set_theirTeams);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "invitations", _s_set_invitations);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "applications", _s_set_applications);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "invites", _s_set_invites);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "teammissions", _s_set_teammissions);
|
Utils.RegisterFunc(L, Utils.SETTER_IDX, "targetPreferences", _s_set_targetPreferences);
|
|
|
Utils.EndObjectRegister(type, L, translator, null, null,
|
null, null, null);
|
|
Utils.BeginClassRegister(type, L, __CreateInstance, 3, 0, 0);
|
|
|
Utils.RegisterObject(L, translator, Utils.CLS_IDX, "NONE_MISSION", Snxxz.UI.TeamModel.NONE_MISSION);
|
Utils.RegisterObject(L, translator, Utils.CLS_IDX, "CURRENTMAP_MISSION", Snxxz.UI.TeamModel.CURRENTMAP_MISSION);
|
|
|
|
|
Utils.EndClassRegister(type, L, translator);
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int __CreateInstance(RealStatePtr L)
|
{
|
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
if(LuaAPI.lua_gettop(L) == 1)
|
{
|
|
Snxxz.UI.TeamModel gen_ret = new Snxxz.UI.TeamModel();
|
translator.Push(L, gen_ret);
|
|
return 1;
|
}
|
|
}
|
catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel constructor!");
|
|
}
|
|
|
|
|
|
|
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_Init(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.Init( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_UnInit(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.UnInit( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnAfterPlayerDataInitialize(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.OnAfterPlayerDataInitialize( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnSwitchAccount(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.OnSwitchAccount( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestQueryTeamList(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.RequestQueryTeamList( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestApplyForJoin(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
int __playerId = LuaAPI.xlua_tointeger(L, 2);
|
|
gen_to_be_invoked.RequestApplyForJoin( __playerId );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestCreateTeam(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
|
if(gen_param_count == 5&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 2)&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 3)&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 4)&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 5))
|
{
|
int __mapId = LuaAPI.xlua_tointeger(L, 2);
|
int __lineId = LuaAPI.xlua_tointeger(L, 3);
|
int __levelMin = LuaAPI.xlua_tointeger(L, 4);
|
int __levelMax = LuaAPI.xlua_tointeger(L, 5);
|
|
gen_to_be_invoked.RequestCreateTeam( __mapId, __lineId, __levelMin, __levelMax );
|
|
|
|
return 0;
|
}
|
if(gen_param_count == 4&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 2)&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 3)&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 4))
|
{
|
int __mapId = LuaAPI.xlua_tointeger(L, 2);
|
int __lineId = LuaAPI.xlua_tointeger(L, 3);
|
int __levelMin = LuaAPI.xlua_tointeger(L, 4);
|
|
gen_to_be_invoked.RequestCreateTeam( __mapId, __lineId, __levelMin );
|
|
|
|
return 0;
|
}
|
if(gen_param_count == 3&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 2)&& LuaTypes.LUA_TNUMBER == LuaAPI.lua_type(L, 3))
|
{
|
int __mapId = LuaAPI.xlua_tointeger(L, 2);
|
int __lineId = LuaAPI.xlua_tointeger(L, 3);
|
|
gen_to_be_invoked.RequestCreateTeam( __mapId, __lineId );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
return LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.RequestCreateTeam!");
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestExitTeam(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.RequestExitTeam( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestKickoutTeam(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
int __playerId = LuaAPI.xlua_tointeger(L, 2);
|
|
gen_to_be_invoked.RequestKickoutTeam( __playerId );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestSetCaptainer(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
int __playerId = LuaAPI.xlua_tointeger(L, 2);
|
|
gen_to_be_invoked.RequestSetCaptainer( __playerId );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestInviteJoinTeam(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
int __playerId = LuaAPI.xlua_tointeger(L, 2);
|
|
gen_to_be_invoked.RequestInviteJoinTeam( __playerId );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestQueryNearbyPlayers(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.RequestQueryNearbyPlayers( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestWorldInvite(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.RequestWorldInvite( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestAmendTeamInfo(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
Snxxz.UI.TeamMission __mission;translator.Get(L, 2, out __mission);
|
int __levelMin = LuaAPI.xlua_tointeger(L, 3);
|
int __levelMax = LuaAPI.xlua_tointeger(L, 4);
|
|
gen_to_be_invoked.RequestAmendTeamInfo( __mission, __levelMin, __levelMax );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestAcceptApplication(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
int __playerId = LuaAPI.xlua_tointeger(L, 2);
|
|
gen_to_be_invoked.RequestAcceptApplication( __playerId );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestRejectApplication(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
int __playerId = LuaAPI.xlua_tointeger(L, 2);
|
|
gen_to_be_invoked.RequestRejectApplication( __playerId );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestAcceptInvitation(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
int __playerId = LuaAPI.xlua_tointeger(L, 2);
|
|
gen_to_be_invoked.RequestAcceptInvitation( __playerId );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestRejectInvitation(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
int __playerId = LuaAPI.xlua_tointeger(L, 2);
|
|
gen_to_be_invoked.RequestRejectInvitation( __playerId );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_ClearInvitations(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.ClearInvitations( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestQueryPlayerInTeam(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
int __playerId = LuaAPI.xlua_tointeger(L, 2);
|
|
gen_to_be_invoked.RequestQueryPlayerInTeam( __playerId );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestAutoMatchTeam(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
|
if(gen_param_count == 2&& LuaTypes.LUA_TBOOLEAN == LuaAPI.lua_type(L, 2))
|
{
|
bool __myTeam = LuaAPI.lua_toboolean(L, 2);
|
|
gen_to_be_invoked.RequestAutoMatchTeam( __myTeam );
|
|
|
|
return 0;
|
}
|
if(gen_param_count == 2&& translator.Assignable<Snxxz.UI.TeamMission>(L, 2))
|
{
|
Snxxz.UI.TeamMission __mission;translator.Get(L, 2, out __mission);
|
|
gen_to_be_invoked.RequestAutoMatchTeam( __mission );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
return LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.RequestAutoMatchTeam!");
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestAssistAutoMatch(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.RequestAssistAutoMatch( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestCancelAutoMatchTeam(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.RequestCancelAutoMatchTeam( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_RequestPrepareEnterDungeon(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
bool __prepare = LuaAPI.lua_toboolean(L, 2);
|
|
gen_to_be_invoked.RequestPrepareEnterDungeon( __prepare );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_InvitePlayers(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
TeamInviteType __inviteType;translator.Get(L, 2, out __inviteType);
|
|
gen_to_be_invoked.InvitePlayers( __inviteType );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_ClearAllApplications(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.ClearAllApplications( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnGetTheirTeams(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
|
if(gen_param_count == 2&& translator.Assignable<HB904_tagGCSceneTeamRefresh>(L, 2))
|
{
|
HB904_tagGCSceneTeamRefresh __teamInfo = (HB904_tagGCSceneTeamRefresh)translator.GetObject(L, 2, typeof(HB904_tagGCSceneTeamRefresh));
|
|
gen_to_be_invoked.OnGetTheirTeams( __teamInfo );
|
|
|
|
return 0;
|
}
|
if(gen_param_count == 2&& translator.Assignable<HB909_tagGCTagMapTeamList>(L, 2))
|
{
|
HB909_tagGCTagMapTeamList __teamInfo = (HB909_tagGCTagMapTeamList)translator.GetObject(L, 2, typeof(HB909_tagGCTagMapTeamList));
|
|
gen_to_be_invoked.OnGetTheirTeams( __teamInfo );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
return LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.OnGetTheirTeams!");
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnGetNearByPlayers(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
HB908_tagGCRecommendNearbyPlayerList __playerListInfo = (HB908_tagGCRecommendNearbyPlayerList)translator.GetObject(L, 2, typeof(HB908_tagGCRecommendNearbyPlayerList));
|
|
gen_to_be_invoked.OnGetNearByPlayers( __playerListInfo );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnGetPlayerShortInfo(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
HB309_tagGCAnswerPlayerShortInfo __inTeamInfo = (HB309_tagGCAnswerPlayerShortInfo)translator.GetObject(L, 2, typeof(HB309_tagGCAnswerPlayerShortInfo));
|
|
gen_to_be_invoked.OnGetPlayerShortInfo( __inTeamInfo );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnTeamClear(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
H0905_tagTeamClear __serverInfo = (H0905_tagTeamClear)translator.GetObject(L, 2, typeof(H0905_tagTeamClear));
|
|
gen_to_be_invoked.OnTeamClear( __serverInfo );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnTeammateLeave(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
H0906_tagPlayerLeaveTeamMsg __leaveTeam = (H0906_tagPlayerLeaveTeamMsg)translator.GetObject(L, 2, typeof(H0906_tagPlayerLeaveTeamMsg));
|
|
gen_to_be_invoked.OnTeammateLeave( __leaveTeam );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnTeammateOnOffLine(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
H0912_tagTeamMemberLoginInfo __loginInfo = (H0912_tagTeamMemberLoginInfo)translator.GetObject(L, 2, typeof(H0912_tagTeamMemberLoginInfo));
|
|
gen_to_be_invoked.OnTeammateOnOffLine( __loginInfo );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnTeammateChangeMap(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
H0913_tagTeamMemberChangeMap __changeMap = (H0913_tagTeamMemberChangeMap)translator.GetObject(L, 2, typeof(H0913_tagTeamMemberChangeMap));
|
|
gen_to_be_invoked.OnTeammateChangeMap( __changeMap );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnGetApplication(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
HB907_tagGCRequestJoinTeam __serverInfo = (HB907_tagGCRequestJoinTeam)translator.GetObject(L, 2, typeof(HB907_tagGCRequestJoinTeam));
|
|
gen_to_be_invoked.OnGetApplication( __serverInfo );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnGetInvitation(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
HB901_tagGCInviteJoinTeamInfo __serverInfo = (HB901_tagGCInviteJoinTeamInfo)translator.GetObject(L, 2, typeof(HB901_tagGCInviteJoinTeamInfo));
|
|
gen_to_be_invoked.OnGetInvitation( __serverInfo );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnUpdateTeammateInfos(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
HB902_tagGCTeamMemberInfo __serverInfo = (HB902_tagGCTeamMemberInfo)translator.GetObject(L, 2, typeof(HB902_tagGCTeamMemberInfo));
|
|
gen_to_be_invoked.OnUpdateTeammateInfos( __serverInfo );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnUpdateTeammission(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
HB903_tagGCTeamInfoChange __serverInfo = (HB903_tagGCTeamInfoChange)translator.GetObject(L, 2, typeof(HB903_tagGCTeamInfoChange));
|
|
gen_to_be_invoked.OnUpdateTeammission( __serverInfo );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnUpdateTeammateInfo(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
HB905_tagGCTeamMemberRefreshProperty __serverInfo = (HB905_tagGCTeamMemberRefreshProperty)translator.GetObject(L, 2, typeof(HB905_tagGCTeamMemberRefreshProperty));
|
|
gen_to_be_invoked.OnUpdateTeammateInfo( __serverInfo );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnUpdateDungeonPrepareState(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
HB911_tagGCTeamEnterFBPrepare __serverInfo = (HB911_tagGCTeamEnterFBPrepare)translator.GetObject(L, 2, typeof(HB911_tagGCTeamEnterFBPrepare));
|
|
gen_to_be_invoked.OnUpdateDungeonPrepareState( __serverInfo );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_IsMissionUnLock(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
int __mapId = LuaAPI.xlua_tointeger(L, 2);
|
int __mapEx = LuaAPI.xlua_tointeger(L, 3);
|
|
bool gen_ret = gen_to_be_invoked.IsMissionUnLock( __mapId, __mapEx );
|
LuaAPI.lua_pushboolean(L, gen_ret);
|
|
|
|
return 1;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnPlayerLoginOk(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.OnPlayerLoginOk( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _m_OnMapInitOk(RealStatePtr L)
|
{
|
try {
|
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
|
|
|
{
|
|
gen_to_be_invoked.OnMapInitOk( );
|
|
|
|
return 0;
|
}
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
|
}
|
|
|
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_autoAcceptApplication(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
LuaAPI.lua_pushboolean(L, gen_to_be_invoked.autoAcceptApplication);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_autoAcceptInvitation(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
LuaAPI.lua_pushboolean(L, gen_to_be_invoked.autoAcceptInvitation);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_myTeam(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.myTeam);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_currentMission(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.currentMission);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_missionBuf(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.missionBuf);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_levelMinBuf(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.levelMinBuf);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_levelMaxBuf(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.levelMaxBuf);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_currentInviteType(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.currentInviteType);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_currentSelectedInvitation(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.currentSelectedInvitation);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_matchingEndTime(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.matchingEndTime);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_isMatching(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
LuaAPI.lua_pushboolean(L, gen_to_be_invoked.isMatching);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_prepareBeginTime(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.prepareBeginTime);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_teamPrepare(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.teamPrepare);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_theirTeams(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.theirTeams);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_invitations(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.invitations);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_applications(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.applications);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_invites(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.invites);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_teammissions(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.teammissions);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _g_get_targetPreferences(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
translator.Push(L, gen_to_be_invoked.targetPreferences);
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 1;
|
}
|
|
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_autoAcceptApplication(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.autoAcceptApplication = LuaAPI.lua_toboolean(L, 2);
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_autoAcceptInvitation(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.autoAcceptInvitation = LuaAPI.lua_toboolean(L, 2);
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_currentMission(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
Snxxz.UI.TeamMission gen_value;translator.Get(L, 2, out gen_value);
|
gen_to_be_invoked.currentMission = gen_value;
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_missionBuf(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
Snxxz.UI.TeamMission gen_value;translator.Get(L, 2, out gen_value);
|
gen_to_be_invoked.missionBuf = gen_value;
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_levelMinBuf(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.levelMinBuf = LuaAPI.xlua_tointeger(L, 2);
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_levelMaxBuf(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.levelMaxBuf = LuaAPI.xlua_tointeger(L, 2);
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_currentSelectedInvitation(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.currentSelectedInvitation = LuaAPI.xlua_tointeger(L, 2);
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_isMatching(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.isMatching = LuaAPI.lua_toboolean(L, 2);
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_theirTeams(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.theirTeams = (System.Collections.Generic.List<Snxxz.UI.TheirTeam>)translator.GetObject(L, 2, typeof(System.Collections.Generic.List<Snxxz.UI.TheirTeam>));
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_invitations(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.invitations = (System.Collections.Generic.List<Snxxz.UI.TeamInvitation>)translator.GetObject(L, 2, typeof(System.Collections.Generic.List<Snxxz.UI.TeamInvitation>));
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_applications(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.applications = (System.Collections.Generic.List<Snxxz.UI.TeamApplication>)translator.GetObject(L, 2, typeof(System.Collections.Generic.List<Snxxz.UI.TeamApplication>));
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_invites(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.invites = (System.Collections.Generic.List<Snxxz.UI.TeamInvite>)translator.GetObject(L, 2, typeof(System.Collections.Generic.List<Snxxz.UI.TeamInvite>));
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_teammissions(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.teammissions = (System.Collections.Generic.Dictionary<int, System.Collections.Generic.List<int>>)translator.GetObject(L, 2, typeof(System.Collections.Generic.Dictionary<int, System.Collections.Generic.List<int>>));
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _s_set_targetPreferences(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
gen_to_be_invoked.targetPreferences = (System.Collections.Generic.Dictionary<int, Snxxz.UI.TeamTargetPreference>)translator.GetObject(L, 2, typeof(System.Collections.Generic.Dictionary<int, Snxxz.UI.TeamTargetPreference>));
|
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
return 0;
|
}
|
|
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_myTeamRefreshEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.myTeamRefreshEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.myTeamRefreshEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.myTeamRefreshEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_theirTeamListRefreshEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.theirTeamListRefreshEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.theirTeamListRefreshEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.theirTeamListRefreshEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_missionLevelLimitChangeEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.missionLevelLimitChangeEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.missionLevelLimitChangeEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.missionLevelLimitChangeEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_createTeamEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.createTeamEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.createTeamEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.createTeamEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_exitTeamEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.exitTeamEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.exitTeamEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.exitTeamEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_teammateLeaveEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action<int> gen_delegate = translator.GetDelegate<System.Action<int>>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action<int>!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.teammateLeaveEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.teammateLeaveEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.teammateLeaveEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_teammateJoinEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action<int> gen_delegate = translator.GetDelegate<System.Action<int>>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action<int>!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.teammateJoinEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.teammateJoinEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.teammateJoinEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_teammateOnOffLineEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action<int> gen_delegate = translator.GetDelegate<System.Action<int>>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action<int>!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.teammateOnOffLineEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.teammateOnOffLineEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.teammateOnOffLineEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_teammateLevelUpEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action<int> gen_delegate = translator.GetDelegate<System.Action<int>>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action<int>!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.teammateLevelUpEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.teammateLevelUpEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.teammateLevelUpEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_teammateChangeMapEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action<int> gen_delegate = translator.GetDelegate<System.Action<int>>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action<int>!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.teammateChangeMapEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.teammateChangeMapEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.teammateChangeMapEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_applicationsChangeEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.applicationsChangeEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.applicationsChangeEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.applicationsChangeEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_teamInvitesUpdateEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action<TeamInviteType> gen_delegate = translator.GetDelegate<System.Action<TeamInviteType>>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action<TeamInviteType>!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.teamInvitesUpdateEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.teamInvitesUpdateEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.teamInvitesUpdateEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_playerInTeamAnswerEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action<int, bool> gen_delegate = translator.GetDelegate<System.Action<int, bool>>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action<int, bool>!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.playerInTeamAnswerEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.playerInTeamAnswerEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.playerInTeamAnswerEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_selectedInvitationChangeEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action<int> gen_delegate = translator.GetDelegate<System.Action<int>>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action<int>!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.selectedInvitationChangeEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.selectedInvitationChangeEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.selectedInvitationChangeEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_invitationsChangeEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.invitationsChangeEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.invitationsChangeEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.invitationsChangeEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_matchingStateChangeEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.matchingStateChangeEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.matchingStateChangeEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.matchingStateChangeEvent!");
|
return 0;
|
}
|
|
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
|
static int _e_memberPrepareStateChangeEvent(RealStatePtr L)
|
{
|
try {
|
ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
|
int gen_param_count = LuaAPI.lua_gettop(L);
|
Snxxz.UI.TeamModel gen_to_be_invoked = (Snxxz.UI.TeamModel)translator.FastGetCSObj(L, 1);
|
System.Action gen_delegate = translator.GetDelegate<System.Action>(L, 3);
|
if (gen_delegate == null) {
|
return LuaAPI.luaL_error(L, "#3 need System.Action!");
|
}
|
|
if (gen_param_count == 3)
|
{
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "+")) {
|
gen_to_be_invoked.memberPrepareStateChangeEvent += gen_delegate;
|
return 0;
|
}
|
|
|
if (LuaAPI.xlua_is_eq_str(L, 2, "-")) {
|
gen_to_be_invoked.memberPrepareStateChangeEvent -= gen_delegate;
|
return 0;
|
}
|
|
}
|
} catch(System.Exception gen_e) {
|
return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
|
}
|
LuaAPI.luaL_error(L, "invalid arguments to Snxxz.UI.TeamModel.memberPrepareStateChangeEvent!");
|
return 0;
|
}
|
|
|
|
}
|
}
|