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

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
string containerType

Extension Methods

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