MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / postConversion

Method postConversion

OgreMain/src/OgreScriptCompiler.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 void ScriptCompilerListener::preConversion( ScriptCompiler *compiler, ConcreteNodeListPtr nodes ) {}
196
197 bool ScriptCompilerListener::postConversion( ScriptCompiler *compiler,
198 const AbstractNodeListPtr &nodes )
199 {
200 return true;
201 }
202
203 void ScriptCompilerListener::handleError( ScriptCompiler *compiler, uint32 code, const String &file,
204 unsigned int line, const String &msg )

Callers 1

compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected