Show / Hide Table of Contents

Class GeoRockContainer

Container for creating and modifying geo rocks.

Inheritance
System.Object
Container
GeoRockContainer
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.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 GeoRockContainer : 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

SupportsDrop

Declaration
public override bool SupportsDrop { get; }
Property Value
Type Description
System.Boolean
Overrides
Container.SupportsDrop
| 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, 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
Container.ApplyTargetContext(GameObject, GameObject, Single)
| 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