Show / Hide Table of Contents

Class BluggsacContainer

Inheritance
System.Object
Container
BluggsacContainer
Inherited Members
Container.Unknown
Container.Shiny
Container.GrubJar
Container.GeoRock
Container.Chest
Container.Tablet
Container.Shop
Container.Enemy
Container.Mimic
Container.Totem
Container.Bluggsac
Container.GetContainer(String)
Container.DefineContainer(Container)
Container.DefineContainer<T>()
Container.SupportsAll(String, Boolean, Boolean, Boolean)
Container.SupportsCost
Container.SupportsSceneChange
Container.SupportsDrop
Container.SupportsInstantiate
Container.GetNewContainer(ContainerInfo)
Container.ApplyTargetContext(GameObject, GameObject, Single)
Container.ApplyTargetContext(GameObject, Single, Single, Single)
Container.OnEnable(PlayMakerFSM)
Container.AddChangeSceneToFsm(PlayMakerFSM, ChangeSceneInfo)
Container.AddCostToFsm(PlayMakerFSM, CostInfo)
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 BluggsacContainer : Container

Properties

| Improve this Doc View Source

Name

Declaration
public override string Name { get; }
Property Value
Type Description
System.String
Overrides
Container.Name

Methods

| Improve this Doc View Source

AddGiveEffectToFsm(PlayMakerFSM, ContainerGiveInfo)

Declaration
public override void AddGiveEffectToFsm(PlayMakerFSM fsm, ContainerGiveInfo info)
Parameters
Type Name Description
PlayMakerFSM fsm
ContainerGiveInfo info
Overrides
Container.AddGiveEffectToFsm(PlayMakerFSM, ContainerGiveInfo)

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX