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

Method GetEngine

sdk/angelscript/source/as_scriptfunction.cpp:1511–1514  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1509
1510// interface
1511asIScriptEngine *asCScriptFunction::GetEngine() const
1512{
1513 return engine;
1514}
1515
1516// interface
1517const char *asCScriptFunction::GetDeclaration(bool includeObjectName, bool includeNamespace, bool includeParamNames) const

Callers 2

CreateDelegateFunction · 0.45
MakeDelegateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected