Click or drag to resize

ModIdentifier Class

Represents a unique 8-byte identifier code for a mod.
Inheritance Hierarchy
SystemObject
  UMod.SharedModIdentifier

Namespace:  UMod.Shared
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ModIdentifier : IEquatable<ModIdentifier>

The ModIdentifier type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFriendlyIdentifier
Get the friendly string representation of the hash code. Mainly used for displaying the hash code in debug scenarios.
Top
Methods
Operators
Fields
  NameDescription
Protected fieldfriendlyIdentifier
The friendly string code for this identifier.
Protected fieldidentifier
The raw 8-byte hash code for this identifier.
Public fieldStatic memberidentifierLength
Get the number of bytes that makes up the identifier hash code.
Top
See Also