M_MSCLoader_FsmHook_FsmInject - piotrulos/MSCModLoader GitHub Wiki

FsmInject Method

Note: This API is now obsolete.

Hook to playmaker state

Definition

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

Parameters

  GameObject
GameObject where to hook
  String
Name of the state
  Action
Your function to hook

See Also

Reference

FsmHook Class
MSCLoader Namespace

⚠️ **GitHub.com Fallback** ⚠️