Show / Hide Table of Contents

Class ContainerGiveInfo

Instructions for a container to give items.

Inheritance
object
ContainerGiveInfo
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class ContainerGiveInfo

Constructors

View Source

ContainerGiveInfo()

Declaration
public ContainerGiveInfo()

Fields

View Source

applied

Declaration
public bool applied
Field Value
Type Description
bool
View Source

flingType

Declaration
public FlingType flingType
Field Value
Type Description
FlingType
View Source

items

Declaration
public IEnumerable<AbstractItem> items
Field Value
Type Description
IEnumerable<AbstractItem>
View Source

placement

Declaration
public AbstractPlacement placement
Field Value
Type Description
AbstractPlacement

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX