Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ GetValue
Method
GetValue
Sources/Jazz2/Scripting/RegisterDictionary.cpp:894–897 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
892
}
893
894
bool CScriptDictionary::CIterator::GetValue(std::int64_t& value) const
895
{
896
return m_it->second.Get(m_dict.engine, &value, asTYPEID_INT64);
897
}
898
899
bool CScriptDictionary::CIterator::GetValue(double& value) const
900
{
Callers
1
CompileShader
Method · 0.45
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected