Class LookupAnythingIntegration
Definition
Namespace: StardewUI.ModIntegration
Assembly: StardewUI.dll
Manages lookup anything integration
Inheritance
Object ⇦ LookupAnythingIntegration
Members
Properties
| Name | Description |
|---|---|
| IsLoaded | Whether Lookup Anything is loaded |
Methods
| Name | Description |
|---|---|
| Initialize(IModHelper) | Initialize lookup anything integration |
| SetSubject(ViewChild) | Find the final hovered subject in a view hover path, and set that to the top level view menu. |
Details
Properties
IsLoaded
Whether Lookup Anything is loaded
Property Value
Methods
Initialize(IModHelper)
Initialize lookup anything integration
Parameters
helper IModHelper
SetSubject(ViewChild)
Find the final hovered subject in a view hover path, and set that to the top level view menu.
Parameters
path ViewChild
Sequence of all elements, and their relative positions, that the mouse coordinates are currently within.