Class CorniferLocation
Location which gives items through the interface to purchase a map from Cornifer.
Inheritance
CorniferLocation
Assembly: ItemChanger.dll
Syntax
public class CorniferLocation : AutoLocation
Constructors
View Source
CorniferLocation()
Declaration
public CorniferLocation()
Fields
View Source
objectName
Declaration
public string? objectName
Field Value
Properties
View Source
SupportsCost
Declaration
public override bool SupportsCost { get; }
Property Value
Overrides
Methods
View Source
IsCorniferCardPresent()
Declaration
public bool IsCorniferCardPresent()
Returns
View Source
IsCorniferPresent()
Declaration
public bool IsCorniferPresent()
Returns
View Source
OnLoad()
Called during Load(). Allows the location to initialize and set up any hooks.
Declaration
protected override void OnLoad()
Overrides
View Source
OnUnload()
Called during Unload(). Allows the location to dispose any hooks.
Declaration
protected override void OnUnload()
Overrides
Extension Methods