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

Function RegisterScriptString

sdk/tests/test_feature/source/scriptstring.cpp:816–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816void RegisterScriptString(asIScriptEngine *engine)
817{
818 if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") )
819 RegisterScriptString_Generic(engine);
820 else
821 RegisterScriptString_Native(engine);
822}
823
824END_AS_NAMESPACE
825

Callers 15

TestFunction · 0.70
TestFunction · 0.70
test_compiler.cppFile · 0.70
Test7Function · 0.70
Test8Function · 0.70
TestFunction · 0.70
TestSwitchFunction · 0.70
TestFunction · 0.70
TestGlobalVarFunction · 0.70
Test2Function · 0.70
TestFunction · 0.70

Calls 3

asGetLibraryOptionsFunction · 0.85

Tested by

no test coverage detected