Register.Index Property
Definition
Optional property designed to be used to cache an index for the register, which can then be used for a quicker lookup than by name.
public int Index { get; set; }
Property Value
Remarks
Used by OakEmu for faster register lookups.