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 SourceGetContainer(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 |