Struct OrderedHookList<T>.HookEntry
- Namespace
- WorldgenLib
- Assembly
- WorldgenLib.VintageStory.dll
Immutable ordered entry used by hot-path callers. The array is published once at Freeze and never mutated afterwards.
public readonly struct OrderedHookList<T>.HookEntry
- Inherited Members
Properties
Handler
public T Handler { get; }
Property Value
- T
ModId
public string ModId { get; }
Property Value
Order
public double Order { get; }