Show / Hide Table of Contents

Class SplitNail

Module which implements the split nail custom skills.

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

Properties

| Improve this Doc View Source

canDownslash

Declaration
public bool canDownslash { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

canSideslashLeft

Declaration
public bool canSideslashLeft { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

canSideslashRight

Declaration
public bool canSideslashRight { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

canUpslash

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

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
Module.Initialize()
| Improve this Doc View Source

Unload()

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

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX