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

Method GetSectionCount

external/as_add_on/scriptbuilder/scriptbuilder.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected