Show / Hide Table of Contents

Class TabletContainer

Container for creating and modifying lore tablets.

Inheritance
System.Object
Container
TabletContainer
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.ApplyTargetContext(GameObject, GameObject, 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 TabletContainer : Container

Properties

| Improve this Doc View Source

Name

Declaration
public override string Name { get; }
Property Value
Type Description
System.String
Overrides
Container.Name
| Improve this Doc View Source

SupportsInstantiate

Declaration
public override bool SupportsInstantiate { get; }
Property Value
Type Description
System.Boolean
Overrides
Container.SupportsInstantiate

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)
| Improve this Doc View Source

ApplyTargetContext(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
Container.ApplyTargetContext(GameObject, Single, Single, Single)
| Improve this Doc View Source

GetNewContainer(ContainerInfo)

Declaration
public override GameObject GetNewContainer(ContainerInfo info)
Parameters
Type Name Description
ContainerInfo info
Returns
Type Description
GameObject
Overrides
Container.GetNewContainer(ContainerInfo)

Extension Methods

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