Class LoreTabletLocation
ObjectLocation which replaces a lore tablet and must disable its inspect region.
Inheritance
LoreTabletLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class LoreTabletLocation : ObjectLocation
Constructors
View SourceLoreTabletLocation()
Declaration
public LoreTabletLocation()
Fields
View SourceinspectFsm
Declaration
public string inspectFsm
Field Value
| Type | Description |
|---|---|
| string |
inspectName
Declaration
public string? inspectName
Field Value
| Type | Description |
|---|---|
| string |
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()