public bool _fireEvent(ScriptCompilerEvent evt, SWIGTYPE_p_void retval) { bool ret = OgrePINVOKE.ScriptCompiler__fireEvent(swigCPtr, ScriptCompilerEvent.getCPtr(evt), SWIGTYPE_p_void.getCPtr(retval)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual bool handleEvent(ScriptCompiler compiler, ScriptCompilerEvent evt, SWIGTYPE_p_void retval) { bool ret = OgrePINVOKE.ScriptCompilerListener_handleEvent(swigCPtr, ScriptCompiler.getCPtr(compiler), ScriptCompilerEvent.getCPtr(evt), SWIGTYPE_p_void.getCPtr(retval)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }