Show / Hide Table of Contents

Class EnemyFsmLocation

/A variant of EnemyLocation which accounts for the fact that some enemies may not be loaded at activeSceneChanged, and are easier to locate by fsm.

Inheritance
object
TaggableObject
AbstractLocation
ContainerLocation
EnemyFsmLocation
Inherited Members
ContainerLocation.forceShiny
ContainerLocation.GetContainer(out GameObject, out string)
ContainerLocation.Wrap()
AbstractLocation.name
AbstractLocation.sceneName
AbstractLocation.flingType
AbstractLocation.Load()
AbstractLocation.Unload()
AbstractLocation.Clone()
AbstractLocation.UnsafeSceneName
AbstractLocation.Placement
TaggableObject.tags
TaggableObject.LoadTags()
TaggableObject.UnloadTags()
TaggableObject.AddTag<T>()
TaggableObject.AddTag(Tag)
TaggableObject.AddTags(IEnumerable<Tag>)
TaggableObject.GetTag<T>()
TaggableObject.GetTag<T>(out T)
TaggableObject.GetTags<T>()
TaggableObject.GetOrAddTag<T>()
TaggableObject.HasTag<T>()
TaggableObject.RemoveTags<T>()
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Locations
Assembly: ItemChanger.dll
Syntax
public class EnemyFsmLocation : ContainerLocation

Constructors

View Source

EnemyFsmLocation()

Declaration
public EnemyFsmLocation()

Fields

View Source

enemyFsm

Declaration
public string enemyFsm
Field Value
Type Description
string
View Source

enemyObj

Declaration
public string? enemyObj
Field Value
Type Description
string
View Source

removeGeo

Declaration
public bool removeGeo
Field Value
Type Description
bool

Methods

View Source

OnEnable(PlayMakerFSM)

Declaration
public void OnEnable(PlayMakerFSM fsm)
Parameters
Type Name Description
PlayMakerFSM fsm
View Source

OnLoad()

Called during Load(). Allows the location to initialize and set up any hooks.

Declaration
protected override void OnLoad()
Overrides
AbstractLocation.OnLoad()
View Source

OnUnload()

Called during Unload(). Allows the location to dispose any hooks.

Declaration
protected override void OnUnload()
Overrides
AbstractLocation.OnUnload()
View Source

Supports(string)

Declaration
public override bool Supports(string containerType)
Parameters
Type Name Description
string containerType
Returns
Type Description
bool
Overrides
ContainerLocation.Supports(string)

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX