Class ActionCloner
- Namespace
- SharpPluginLoader.Core.Actions
- Assembly
- SharpPluginLoader.Core.dll
Allows for the creation of custom actions for monsters.
public class ActionCloner
- Inheritance
-
ActionCloner
- Inherited Members
Methods
RegisterAction(MonsterType, uint, CustomAction)
Registers a custom action for a monster.
public static void RegisterAction(MonsterType monster, uint variant, CustomAction action)
Parameters
monster
MonsterTypeThe monster type to register the action for.
variant
uintThe variant of the monster to register the action for.
action
CustomActionThe custom action to register.