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