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

Function RegisterScriptMath

sdk/add_on/scriptmath/scriptmath.cpp:361–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void RegisterScriptMath(asIScriptEngine *engine)
362{
363 if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") )
364 RegisterScriptMath_Generic(engine);
365 else
366 RegisterScriptMath_Native(engine);
367}
368
369END_AS_NAMESPACE
370

Callers 4

test_compiler.cppFile · 0.85
test_condition.cppFile · 0.85
TestFunction · 0.85
TestFunction · 0.85

Calls 3

asGetLibraryOptionsFunction · 0.85

Tested by 2

TestFunction · 0.68
TestFunction · 0.68