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
monsterMonsterTypeThe monster type to register the action for.
variantuintThe variant of the monster to register the action for.
actionCustomActionThe custom action to register.