Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ GetModuleName
Method
GetModuleName
sdk/angelscript/source/as_scriptfunction.cpp:592–598 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
590
591
// interface
592
const char *asCScriptFunction::GetModuleName() const
593
{
594
if( module )
595
return module->GetName();
596
597
return 0;
598
}
599
600
// interface
601
asIScriptModule *asCScriptFunction::GetModule() const
Callers
11
RunApplication
Function · 0.80
RunApplication
Function · 0.80
GetExceptionInfo
Function · 0.80
LineCallback
Function · 0.80
LineCallback2
Function · 0.80
LineCallback3
Function · 0.80
LineCallback4
Function · 0.80
ExceptionCallback
Function · 0.80
Assert
Function · 0.80
CheckFunc
Function · 0.80
Test
Function · 0.80
Calls
1
GetName
Method · 0.45
Tested by
8
LineCallback
Function · 0.64
LineCallback2
Function · 0.64
LineCallback3
Function · 0.64
LineCallback4
Function · 0.64
ExceptionCallback
Function · 0.64
Assert
Function · 0.64
CheckFunc
Function · 0.64
Test
Function · 0.64