Class ContainerGiveInfo
Instructions for a container to give items.
Inheritance
System.Object
ContainerGiveInfo
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
Assembly: ItemChanger.dll
Syntax
public class ContainerGiveInfo
Fields
| Improve this Doc View Sourceapplied
Declaration
public bool applied
Field Value
Type | Description |
---|---|
System.Boolean |
flingType
Declaration
public FlingType flingType
Field Value
Type | Description |
---|---|
FlingType |
items
Declaration
public IEnumerable<AbstractItem> items
Field Value
Type | Description |
---|---|
IEnumerable<AbstractItem> |
placement
Declaration
public AbstractPlacement placement
Field Value
Type | Description |
---|---|
AbstractPlacement |