We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ZResourceID idLibrary = {}; idResource->GetRoot(&idLibrary); ZString lower = {}; idLibrary.m_uri->ToLower(&lower); unsigned __int64 hash = Compute64bitsMD5(lower); ZRuntimeResourceID *result; result->m_IDHigh = ZResourceID::GetIndexInLibrary(idResource) & 0xFFFFFF | 0x80000000; result->m_IDLow = hash;
There was an error while loading. Please reload this page.