static int QPYX_PlayRecordedFile_YXQP(IntPtr L_YXQP) { try { ToLua.CheckArgsCount(L_YXQP, 2); GVoiceManager QPYX_obj_YXQP = (GVoiceManager)ToLua.CheckObject <GVoiceManager>(L_YXQP, 1); string QPYX_arg0_YXQP = ToLua.CheckString(L_YXQP, 2); QPYX_obj_YXQP.PlayRecordedFile(QPYX_arg0_YXQP); return(0); } catch (Exception e_YXQP) { return(LuaDLL.toluaL_exception(L_YXQP, e_YXQP)); } }
static int PlayRecordedFile(IntPtr L) { try { ToLua.CheckArgsCount(L, 2); GVoiceManager obj = (GVoiceManager)ToLua.CheckObject <GVoiceManager>(L, 1); string arg0 = ToLua.CheckString(L, 2); obj.PlayRecordedFile(arg0); return(0); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }