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

Function RegisterScriptFileSystem

sdk/add_on/scriptfile/scriptfilesystem.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void RegisterScriptFileSystem(asIScriptEngine *engine)
90{
91 if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") )
92 RegisterScriptFileSystem_Generic(engine);
93 else
94 RegisterScriptFileSystem_Native(engine);
95}
96
97CScriptFileSystem::CScriptFileSystem()
98{

Callers 2

ConfigureEngineFunction · 0.85
TestFunction · 0.85

Calls 3

asGetLibraryOptionsFunction · 0.85

Tested by 1

TestFunction · 0.68