Skip to content

M_MSCLoader_FsmHook_FsmInject

piotrulos edited this page Apr 7, 2023 · 4 revisions

FsmHook.FsmInject Method

Hook to playmaker state

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public static void FsmInject(
	GameObject gameObject,
	string stateName,
	Action hook
)

View Source

Parameters

 

gameObject
Type: GameObject
GameObject where to hook
stateName
Type: System.String
Name of the state
hook
Type: System.Action
Your function to hook

See Also

Reference

FsmHook Class
MSCLoader Namespace

Clone this wiki locally