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

Method GetValue

sdk/add_on/scriptdictionary/scriptdictionary.cpp:1230–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228}
1229
1230bool CScriptDictionary::CIterator::GetValue(asINT64& value) const
1231{
1232 return m_it->second.Get(m_dict.engine, &value, asTYPEID_INT64);
1233}
1234
1235bool CScriptDictionary::CIterator::GetValue(double& value) const
1236{

Callers 11

WriteUsedGlobalPropsMethod · 0.45
AddVisibleNamespacesMethod · 0.45
GetDataTypeFromTypeIdMethod · 0.45
RemoveFromTypeIdMapMethod · 0.45
GetFirstIndexMethod · 0.45
as_symboltable.hFile · 0.45
EraseMethod · 0.45
PutMethod · 0.45
GCEnumCallbackMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected