Overload_MSCLoader_PlayMakerExtensions_FsmInject - piotrulos/MSCModLoader GitHub Wiki
FsmInject(GameObject, String, Action) | FSM Inject as extension (same as old FsmHook.FsmInject) Obsolete. |
FsmInject(PlayMakerFSM, String, Action, Boolean, Int32, Boolean) | Insert custom Action to the Playmaker |
FsmInject(GameObject, String, String, Action, Boolean, Int32, Boolean) | Insert custom Action to the Playmaker |
FsmInject(Transform, String, String, Action, Boolean, Int32, Boolean) | Insert custom Action to the Playmaker |
FsmInject(T)(PlayMakerFSM, String, T, Int32, Boolean) | Insert custom Action to the Playmaker |