Class DreamerLocation
ObjectLocation which places an item within the Dreamer's dream and supports a HintBox outside the dream.
Implements
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class DreamerLocation : ObjectLocation, ILocalHintLocation
Constructors
View SourceDreamerLocation()
Declaration
public DreamerLocation()
Fields
View SourcepreviousScene
Declaration
public string previousScene
Field Value
| Type | Description |
|---|---|
| string |
Properties
View SourceHintActive
Declaration
public bool HintActive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
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()
Overrides
View SourcePlaceContainer(GameObject, string)
Declaration
public override void PlaceContainer(GameObject obj, string containerType)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject | obj | |
| string | containerType |