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

Function RegisterScriptMath

external/as_add_on/scriptmath/scriptmath.cpp:337–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void RegisterScriptMath(asIScriptEngine *engine)
338{
339 if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") )
340 RegisterScriptMath_Generic(engine);
341 else
342 RegisterScriptMath_Native(engine);
343}
344
345END_AS_NAMESPACE
346

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected