MCPcopy 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
989asUINT asCModule::GetGlobalVarCount() const
990{
991 return (asUINT)m_scriptGlobals.GetSize();
992}
993
994// interface
995int asCModule::GetGlobalVarIndexByName(const char *in_name) const

Callers 12

DeleteVariableFunction · 0.80
ListVariablesFunction · 0.80
CompileGlobalVarMethod · 0.80
PrintValueMethod · 0.80
ListGlobalVariablesMethod · 0.80
StoreMethod · 0.80
RestoreMethod · 0.80
TestGlobalVarFunction · 0.80
TestFunction · 0.80
DumpModuleFunction · 0.80
TestEnumGlobVarFunction · 0.80
TestFunction · 0.80

Calls 1

GetSizeMethod · 0.45

Tested by 5

TestGlobalVarFunction · 0.64
TestFunction · 0.64
DumpModuleFunction · 0.64
TestEnumGlobVarFunction · 0.64
TestFunction · 0.64