Class GodtunerLocation
ObjectLocation which places an item inside the Godseeker's coffin and supports a hint through the coffin's inspect text.
Inheritance
System.Object
GodtunerLocation
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class GodtunerLocation : ObjectLocation, ILocalHintLocation
Properties
| Improve this Doc View SourceHintActive
Declaration
public bool HintActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceOnActiveSceneChanged(Scene)
Declaration
public override void OnActiveSceneChanged(Scene to)
Parameters
Type | Name | Description |
---|---|---|
Scene | to |
Overrides
| Improve this Doc View SourceOnLoad()
Declaration
protected override void OnLoad()
Overrides
| Improve this Doc View SourceOnUnload()
Declaration
protected override void OnUnload()