Class ReplaceFsmLocation
A container location like ObjectLocation which looks up the object it replaces by fsm.
Inherited Members
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.Locations
Assembly: ItemChanger.dll
Syntax
public class ReplaceFsmLocation : ContainerLocation
Fields
| Improve this Doc View Sourceelevation
Declaration
public float elevation
Field Value
Type | Description |
---|---|
System.Single |
fsmName
Declaration
public string fsmName
Field Value
Type | Description |
---|---|
System.String |
objectName
Declaration
public string objectName
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnEnable(PlayMakerFSM)
Declaration
public void OnEnable(PlayMakerFSM fsm)
Parameters
Type | Name | Description |
---|---|---|
PlayMakerFSM | fsm |
OnLoad()
Declaration
protected override void OnLoad()
Overrides
| Improve this Doc View SourceOnUnload()
Declaration
protected override void OnUnload()