Class ReplaceFsmLocation
A container location like ObjectLocation which looks up the object it replaces by fsm.
Inheritance
ReplaceFsmLocation
Assembly: ItemChanger.dll
Syntax
public class ReplaceFsmLocation : ContainerLocation
Constructors
View Source
ReplaceFsmLocation()
Declaration
public ReplaceFsmLocation()
Fields
View Source
elevation
Declaration
Field Value
View Source
fsmName
Declaration
Field Value
View Source
objectName
Declaration
public string? objectName
Field Value
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
View Source
OnUnload()
Called during Unload(). Allows the location to dispose any hooks.
Declaration
protected override void OnUnload()
Overrides
Extension Methods