Table of Contents

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 MonsterType

The monster type to register the action for.

variant uint

The variant of the monster to register the action for.

action CustomAction

The custom action to register.