Class AutoLocation
Location type which cannot accept a container, and thus must implement itself. Examples include items given in dialogue, etc.
Inheritance
System.Object
AutoLocation
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
Assembly: ItemChanger.dll
Syntax
public abstract class AutoLocation : AbstractLocation
Properties
| Improve this Doc View SourceSupportsCost
Declaration
public virtual bool SupportsCost { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceGetGiveInfo()
Declaration
public virtual GiveInfo GetGiveInfo()
Returns
Type | Description |
---|---|
GiveInfo |
GiveAll()
Declaration
public void GiveAll()
GiveAll(Action)
Declaration
public void GiveAll(Action callback)
Parameters
Type | Name | Description |
---|---|---|
Action | callback |
GiveAllAsync(Transform)
Declaration
public Action<Action> GiveAllAsync(Transform t)
Parameters
Type | Name | Description |
---|---|---|
Transform | t |
Returns
Type | Description |
---|---|
Action<Action> |
Wrap()
Declaration
public override AbstractPlacement Wrap()
Returns
Type | Description |
---|---|
AbstractPlacement |