-
-
Notifications
You must be signed in to change notification settings - Fork 65
M_MSCLoader_PlayMakerExtensions_AddEvent
piotrulos edited this page Jan 15, 2026
·
5 revisions
Add event to PlayMakerFSM
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.0.388
C#
public static FsmEvent AddEvent(
this Fsm pm,
string eventName
)View Source
- Fsm
- PlayMakerFSM
- String
- event name
FsmEvent
[Missing <returns> documentation for "M:MSCLoader.PlayMakerExtensions.AddEvent(HutongGames.PlayMaker.Fsm,System.String)"]
In Visual Basic and C#, you can call this method as an instance method on any object of type Fsm. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
PlayMakerExtensions Class
AddEvent Overload
MSCLoader Namespace
- How to install MSCLoader using MSCLInstaller
- How to install mods
- Official experimental linux support
- Unofficial tutorial for linux (wine/proton)
- Install Visual Studio for MSCLoader
- Install template for Visual Studio
- How to use templates
- Debugging your mods in Visual Studio
- Enable DevMode to help with debugging
- Uploading and creating Self update feature for your mod or reference
- How to create and use Asset Bundles