MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetGlobalPropertyCount

Method GetGlobalPropertyCount

sdk/angelscript/source/as_scriptengine.cpp:2799–2802  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

2797
2798// interface
2799asUINT asCScriptEngine::GetGlobalPropertyCount() const
2800{
2801 return asUINT(registeredGlobalProps.GetSize());
2802}
2803
2804// interface
2805// TODO: If the typeId ever encodes the const flag, then the isConst parameter should be removed

Callers 4

ListVariablesFunction · 0.80
WriteConfigToStreamFunction · 0.80
ConfigEngineFromStreamFunction · 0.80
DumpModuleFunction · 0.80

Calls 1

GetSizeMethod · 0.45

Tested by 1

DumpModuleFunction · 0.64