Class GodtunerLocation
ObjectLocation which places an item inside the Godseeker's coffin and supports a hint through the coffin's inspect text.
Inheritance
GodtunerLocation
Implements
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class GodtunerLocation : ObjectLocation, ILocalHintLocation
Constructors
View SourceGodtunerLocation()
Declaration
public GodtunerLocation()
Properties
View SourceHintActive
Declaration
public bool HintActive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceOnActiveSceneChanged(Scene)
Declaration
public override void OnActiveSceneChanged(Scene to)
Parameters
| Type | Name | Description |
|---|---|---|
| Scene | to |
Overrides
View SourceOnLoad()
Called during Load(). Allows the location to initialize and set up any hooks.
Declaration
protected override void OnLoad()
Overrides
View SourceOnUnload()
Called during Unload(). Allows the location to dispose any hooks.
Declaration
protected override void OnUnload()