Class KV3IDLookup
- Assembly
- ValveResourceFormat.dll
Provides lookup for ValveResourceFormat.Serialization.KeyValues.KeyValues3 identifiers.
public static class KV3IDLookup
Inheritance
Inherited Members
Fields
Table
Gets the mapping of ValveResourceFormat.Serialization.KeyValues.KV3ID names to their GUIDs.
public static readonly FrozenDictionary<string, Guid> Table
Field Value
Methods
Get(string)
Lookups a ValveResourceFormat.Serialization.KeyValues.KV3ID in the lookup table, will throw System.ArgumentException if not found.
public static KV3ID Get(string name)
Parameters
name
string
Returns
GetByValue(Guid)
Lookup a ValveResourceFormat.Serialization.KeyValues.KV3ID in the lookup table, will return a ValveResourceFormat.Serialization.KeyValues.KV3ID with name set to "vrfunknown" if not found.
public static KV3ID GetByValue(Guid value)
Parameters
value
Guid