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

Function RegisterStdString

sdk/add_on/scriptstdstring/scriptstdstring.cpp:1613–1619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1611}
1612
1613void RegisterStdString(asIScriptEngine * engine)
1614{
1615 if (strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY"))
1616 RegisterStdString_Generic(engine);
1617 else
1618 RegisterStdString_Native(engine);
1619}
1620
1621END_AS_NAMESPACE
1622

Callers 15

InitMethod · 0.85
ConfigureEngineFunction · 0.85
ConfigureEngineFunction · 0.85
ConfigureEngineFunction · 0.85
ConfigureEngineFunction · 0.85
ConfigureEngineFunction · 0.85
ConfigureEngineFunction · 0.85
ConfigureEngineFunction · 0.85
TestExecuteStringFunction · 0.85
TestFunction · 0.85
test_compiler.cppFile · 0.85
TestRetRefFunction · 0.85

Calls 3

asGetLibraryOptionsFunction · 0.85
RegisterStdString_NativeFunction · 0.85

Tested by 15

TestExecuteStringFunction · 0.68
TestFunction · 0.68
TestRetRefFunction · 0.68
TestFunction · 0.68
TestFunction · 0.68
TestFunction · 0.68
Test3Function · 0.68
TestOptimizeFunction · 0.68
TestConditionFunction · 0.68
TestFunction · 0.68
TestFunction · 0.68
TestFunction · 0.68