Class BluggsacContainer
Inherited Members
Namespace: ItemChanger.Containers
Assembly: ItemChanger.dll
Syntax
public class BluggsacContainer : Container
Constructors
View SourceBluggsacContainer()
Declaration
public BluggsacContainer()
Properties
View SourceName
The unique name of the container.
Declaration
public override string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
View SourceAddGiveEffectToFsm(PlayMakerFSM, ContainerGiveInfo)
Called during the container fsm hook to set up the container to give items.
Declaration
public override void AddGiveEffectToFsm(PlayMakerFSM fsm, ContainerGiveInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| PlayMakerFSM | fsm | |
| ContainerGiveInfo | info |