M_MSCLoader_FsmHook_FsmInject - piotrulos/MSCModLoader GitHub Wiki
Note: This API is now obsolete.
Hook to playmaker state
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346
C#
[ObsoleteAttribute("Please use the other FsmInject override.", true)]
public static void FsmInject(
GameObject gameObject,
string stateName,
Action hook
)
View Source
- GameObject
- GameObject where to hook
- String
- Name of the state
- Action
- Your function to hook