Show / Hide Table of Contents

Class SplitNail

Module which implements the split nail custom skills.

Inheritance
object
Module
SplitNail
Inherited Members
Module.LoadOnce()
Module.UnloadOnce()
Module.Name
Module.ModuleHandlingProperties
Module.Loaded
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
public class SplitNail : Module

Constructors

View Source

SplitNail()

Declaration
public SplitNail()

Properties

View Source

canDownslash

Declaration
public bool canDownslash { get; set; }
Property Value
Type Description
bool
View Source

canSideslashLeft

Declaration
public bool canSideslashLeft { get; set; }
Property Value
Type Description
bool
View Source

canSideslashRight

Declaration
public bool canSideslashRight { get; set; }
Property Value
Type Description
bool
View Source

canUpslash

Declaration
public bool canUpslash { get; set; }
Property Value
Type Description
bool

Methods

View Source

Initialize()

Declaration
public override void Initialize()
Overrides
Module.Initialize()
View Source

Unload()

Declaration
public override void Unload()
Overrides
Module.Unload()

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX