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

Function RegisterScriptMath3D

sdk/tests/test_feature/source/scriptmath3d.cpp:410–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410void RegisterScriptMath3D(asIScriptEngine *engine)
411{
412 if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") )
413 RegisterScriptMath3D_Generic(engine);
414 else
415 RegisterScriptMath3D_Native(engine);
416}
417
418END_AS_NAMESPACE
419

Callers 5

TestFunction · 0.70
TestFunction · 0.70
test_vector3.cppFile · 0.70
test_unsaferef.cppFile · 0.70
TestFunction · 0.70

Calls 3

asGetLibraryOptionsFunction · 0.85

Tested by

no test coverage detected