MCPcopy 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
71AS_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
80AS_API const char * asGetLibraryOptions()
81{

Callers 7

RenderMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85
WriteConfigToStreamFunction · 0.85
allTestsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 3

allTestsFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68