Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ asGetLibraryVersion
Function
asGetLibraryVersion
sdk/angelscript/source/as_scriptengine.cpp:71–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
{
70
71
AS_API const char * asGetLibraryVersion()
72
{
73
#ifdef _DEBUG
74
return ANGELSCRIPT_VERSION_STRING
" DEBUG"
;
75
#else
76
return ANGELSCRIPT_VERSION_STRING;
77
#endif
78
}
79
80
AS_API const char * asGetLibraryOptions()
81
{
Callers
7
Render
Method · 0.85
main
Function · 0.85
main
Function · 0.85
WriteConfigToStream
Function · 0.85
allTests
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
3
allTests
Function · 0.68
main
Function · 0.68
main
Function · 0.68