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

Method GetSectionCount

sdk/add_on/scriptbuilder/scriptbuilder.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76unsigned int CScriptBuilder::GetSectionCount() const
77{
78 return (unsigned int)(includedScripts.size());
79}
80
81string CScriptBuilder::GetSectionName(unsigned int idx) const
82{

Callers 1

TestFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TestFunction · 0.64