Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ GetMethodCount
Method
GetMethodCount
sdk/angelscript/source/as_objecttype.cpp:258–261 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
256
257
// interface
258
asUINT asCObjectType::GetMethodCount() const
259
{
260
return (asUINT)methods.GetLength();
261
}
262
263
// interface
264
asIScriptFunction *asCObjectType::GetMethodByIndex(asUINT index, bool getVirtual) const
Callers
9
CompileClasses
Method · 0.45
CompareRelation
Function · 0.45
CompareEquality
Function · 0.45
Write
Method · 0.45
Precache
Method · 0.45
DumpObjectType
Function · 0.45
Test
Function · 0.45
Test
Function · 0.45
Test
Function · 0.45
Calls
1
GetLength
Method · 0.45
Tested by
4
DumpObjectType
Function · 0.36
Test
Function · 0.36
Test
Function · 0.36
Test
Function · 0.36