Table of Contents

Field OnDisplayTooltip

Namespace
GrindFest
Assembly
GrindFest.dll

Event handler for displaying tooltips with priority ordering.

[NonSerialized]
public OrderedDelegateHandler OnDisplayTooltip

Returns

OrderedDelegateHandler
Event handler for displaying tooltips with priority ordering.

Remarks

Each subscriber should provide:

  • Priority order (int)
  • Component name (string)
  • Handler that builds tooltip text (Action(StringBuilder, HeroController, InteractiveBehaviour))

The InteractiveBehaviour parameter is used for comparison when showing equipment stats. Handlers are called in ascending priority order.