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

