-
-
Notifications
You must be signed in to change notification settings - Fork 57
M_MSCLoader_PlayMakerExtensions_AddVariable_7
piotrulos edited this page Apr 7, 2023
·
3 revisions
Add FsmQuaternion variable to PlayMakerFSM
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286
C#
public static void AddVariable(
this PlayMakerFSM pm,
FsmQuaternion fsmVariable
)
- pm
- Type: PlayMakerFSM
PlayMakerFSM - fsmVariable
- Type: FsmQuaternion
FsmQuaternion variable
In Visual Basic and C#, you can call this method as an instance method on any object of type PlayMakerFSM. 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
AddVariable Overload
MSCLoader Namespace
- How to install MSCLoader using MSCPatcher
- MSCPatcher explained
- 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
- All Playmaker Global Variables and Events
- How to create and use Asset Bundles