Class ChestContainer
Container for creating and modifying chests.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Containers
Assembly: ItemChanger.dll
Syntax
public class ChestContainer : Container
Properties
| Improve this Doc View SourceName
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceSupportsDrop
Declaration
public override bool SupportsDrop { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceSupportsInstantiate
Declaration
public override bool SupportsInstantiate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
| Improve this Doc View SourceAddGiveEffectToFsm(PlayMakerFSM, ContainerGiveInfo)
Declaration
public override void AddGiveEffectToFsm(PlayMakerFSM fsm, ContainerGiveInfo info)
Parameters
Type | Name | Description |
---|---|---|
PlayMakerFSM | fsm | |
ContainerGiveInfo | info |
Overrides
| Improve this Doc View SourceApplyTargetContext(GameObject, GameObject, Single)
Declaration
public override void ApplyTargetContext(GameObject obj, GameObject target, float elevation)
Parameters
Type | Name | Description |
---|---|---|
GameObject | obj | |
GameObject | target | |
System.Single | elevation |
Overrides
| Improve this Doc View SourceApplyTargetContext(GameObject, Single, Single, Single)
Declaration
public override void ApplyTargetContext(GameObject obj, float x, float y, float elevation)
Parameters
Type | Name | Description |
---|---|---|
GameObject | obj | |
System.Single | x | |
System.Single | y | |
System.Single | elevation |
Overrides
| Improve this Doc View SourceGetNewContainer(ContainerInfo)
Declaration
public override GameObject GetNewContainer(ContainerInfo info)
Parameters
Type | Name | Description |
---|---|---|
ContainerInfo | info |
Returns
Type | Description |
---|---|
GameObject |