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

Function RegisterScriptMathComplex

sdk/add_on/scriptmath/scriptmathcomplex.cpp:208–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void RegisterScriptMathComplex(asIScriptEngine *engine)
209{
210 if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") )
211 {
212 assert( false );
213 // TODO: implement support for generic calling convention
214 // RegisterScriptMathComplex_Generic(engine);
215 }
216 else
217 RegisterScriptMathComplex_Native(engine);
218}
219
220END_AS_NAMESPACE
221

Callers 11

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

Calls 2

asGetLibraryOptionsFunction · 0.85

Tested by 6

TestFunction · 0.68
TestFunction · 0.68
TestFunction · 0.68
TestFunction · 0.68
TestFunction · 0.68
TestFunction · 0.68