Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
unsigned int CScriptBuilder::GetSectionCount() const
77
{
78
return (unsigned int)(includedScripts.size());
79
}
80
81
string CScriptBuilder::GetSectionName(unsigned int idx) const
82
{
Callers
1
Test
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
1
Test
Function · 0.64