MCPcopy Create free account
hub / github.com/OGRECave/ogre / _fireEvent

Method _fireEvent

OgreMain/src/OgreScriptCompiler.cpp:414–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 }
413
414 bool ScriptCompiler::_fireEvent(ScriptCompilerEvent *evt, void *retval)
415 {
416 if(mListener)
417 return mListener->handleEvent(this, evt, retval);
418 return false;
419 }
420
421 AbstractNodeListPtr ScriptCompiler::convertToAST(const ConcreteNodeList &nodes)
422 {

Callers 4

applyTextureAliasesFunction · 0.80
translateMethod · 0.80
getProgramFunction · 0.80
translateGpuProgramMethod · 0.80

Calls 1

handleEventMethod · 0.80

Tested by

no test coverage detected