Class PlaceableLocation
Base type for ContainerLocations which support receiving receiving a container at a placement-controlled time and manner.
Inheritance
PlaceableLocation
Inherited Members
Namespace: ItemChanger.Locations
Assembly: ItemChanger.dll
Syntax
public abstract class PlaceableLocation : ContainerLocation
Constructors
View SourcePlaceableLocation()
Declaration
protected PlaceableLocation()
Fields
View Sourcemanaged
A managed ContainerLocation receives its container through PlaceContainer, rather than by requesting it in GetContainer.
Declaration
public bool managed
Field Value
| Type | Description |
|---|---|
| bool |
Methods
View SourcePlaceContainer(GameObject, string)
Declaration
public abstract void PlaceContainer(GameObject obj, string containerType)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject | obj | |
| string | containerType |