MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetEngine

Method GetEngine

sdk/angelscript/source/as_context.cpp:320–323  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

318
319// interface
320asIScriptEngine *asCContext::GetEngine() const
321{
322 return m_engine;
323}
324
325// interface
326void *asCContext::SetUserData(void *data, asPWORD type)

Callers 1

PrepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected