Skip to content

Class LookupAnythingIntegration

Definition

Namespace: StardewUI.ModIntegration
Assembly: StardewUI.dll

Manages lookup anything integration

public static class LookupAnythingIntegration

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

public static bool IsLoaded { get; set; }
Property Value

Boolean


Methods

Initialize(IModHelper)

Initialize lookup anything integration

public static void Initialize(StardewModdingAPI.IModHelper helper);
Parameters

helper   IModHelper


SetSubject(ViewChild)

Find the final hovered subject in a view hover path, and set that to the top level view menu.

public static void SetSubject(StardewUI.ViewChild path);
Parameters

path   ViewChild
Sequence of all elements, and their relative positions, that the mouse coordinates are currently within.