CASCExplorer.OwRootHandler.GetEntry C# (CSharp) Method

GetEntry() public method

public GetEntry ( ulong hash, OWRootEntry &entry ) : bool
hash ulong
entry OWRootEntry
return bool
        public bool GetEntry(ulong hash, out OWRootEntry entry)
        {
            return _rootData.TryGetValue(hash, out entry);
        }