MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / RegisterScriptFile

Function RegisterScriptFile

external/as_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

nothing calls this directly

Calls 2

Tested by

no test coverage detected