Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ GetEngine
Method
GetEngine
sdk/angelscript/source/as_module.cpp:191–194 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
189
190
// interface
191
asIScriptEngine *asCModule::GetEngine() const
192
{
193
return m_engine;
194
}
195
196
// interface
197
void asCModule::SetName(const char *in_name)
Callers
2
SetLambda
Method · 0.45
CallScriptObjectMethod
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected