Show / Hide Table of Contents

Interface IContainerPlacement

Interace for placements which can be used by ContainerLocation. In other words, on demand the placement returns an object which is capable of giving its items.

Namespace: ItemChanger.Placements
Assembly: ItemChanger.dll
Syntax
public interface IContainerPlacement

Methods

| Improve this Doc View Source

GetContainer(AbstractLocation, out GameObject, out String)

Declaration
void GetContainer(AbstractLocation location, out GameObject obj, out string containerType)
Parameters
Type Name Description
AbstractLocation location
GameObject obj
System.String containerType

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX