Table of Contents

Class SwapManager

Namespace
CustomKnight
Assembly
CustomKnight.dll

Manages all Swaps

public class SwapManager
Inheritance
SwapManager
Inherited Members

Methods

applyGlobalTk2dByPath(string, tk2dSprite)

Global Swap a tk2dSprite as if it were at a given path

public void applyGlobalTk2dByPath(string path, tk2dSprite tk)

Parameters

path string
tk tk2dSprite

Events

OnApplySkinUsingProxy

Event raised when a skin is applied using GOP

public static event EventHandler<SwapEvent> OnApplySkinUsingProxy

Event Type

EventHandler<SwapEvent>