Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ GetGlobalVarCount
Method
GetGlobalVarCount
sdk/angelscript/source/as_module.cpp:989–992 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
987
988
// interface
989
asUINT asCModule::GetGlobalVarCount() const
990
{
991
return (asUINT)m_scriptGlobals.GetSize();
992
}
993
994
// interface
995
int asCModule::GetGlobalVarIndexByName(const char *in_name) const
Callers
12
DeleteVariable
Function · 0.80
ListVariables
Function · 0.80
CompileGlobalVar
Method · 0.80
PrintValue
Method · 0.80
ListGlobalVariables
Method · 0.80
Store
Method · 0.80
Restore
Method · 0.80
TestGlobalVar
Function · 0.80
Test
Function · 0.80
DumpModule
Function · 0.80
TestEnumGlobVar
Function · 0.80
Test
Function · 0.80
Calls
1
GetSize
Method · 0.45
Tested by
5
TestGlobalVar
Function · 0.64
Test
Function · 0.64
DumpModule
Function · 0.64
TestEnumGlobVar
Function · 0.64
Test
Function · 0.64