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

Method EndConfigGroup

sdk/angelscript/source/as_scriptengine.cpp:5802–5811  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

5800
5801// interface
5802int asCScriptEngine::EndConfigGroup()
5803{
5804 // Raise error if trying to end the default config
5805 if( currentGroup == &defaultGroup )
5806 return asERROR;
5807
5808 currentGroup = &defaultGroup;
5809
5810 return 0;
5811}
5812
5813// interface
5814int asCScriptEngine::RemoveConfigGroup(const char *groupName)

Callers 4

TestFunction · 0.80
TestFunction · 0.80
TestFunction · 0.80
Test2Function · 0.80

Calls

no outgoing calls

Tested by 4

TestFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
Test2Function · 0.64