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

Function RegisterScriptSocket

sdk/add_on/scriptsocket/scriptsocket.cpp:344–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344int RegisterScriptSocket(asIScriptEngine* engine)
345{
346 if (strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY"))
347 return RegisterScriptSocket_Generic(engine);
348 else
349 return RegisterScriptSocket_Native(engine);
350}
351
352#else
353

Callers 2

ConfigureEngineFunction · 0.85
TestFunction · 0.85

Calls 3

asGetLibraryOptionsFunction · 0.85

Tested by 1

TestFunction · 0.68