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

Function RegisterScriptFile

sdk/add_on/scriptfile/scriptfile.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void RegisterScriptFile(asIScriptEngine *engine)
236{
237 if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") )
238 RegisterScriptFile_Generic(engine);
239 else
240 RegisterScriptFile_Native(engine);
241}
242
243CScriptFile::CScriptFile()
244{

Callers 3

ConfigureEngineFunction · 0.85
TestFunction · 0.85
TestFunction · 0.85

Calls 3

asGetLibraryOptionsFunction · 0.85

Tested by 2

TestFunction · 0.68
TestFunction · 0.68