Show / Hide Table of Contents

Class SplitSuperdash

Module which implements the split superdash custom skills.

Inheritance
object
Module
SplitSuperdash
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 SplitSuperdash : Module

Constructors

View Source

SplitSuperdash()

Declaration
public SplitSuperdash()

Fields

View Source

MylaDeathHandling

Declaration
public SplitSuperdash.MylaDeathCondition MylaDeathHandling
Field Value
Type Description
SplitSuperdash.MylaDeathCondition

Properties

View Source

hasSuperdashAny

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

hasSuperdashBoth

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

hasSuperdashLeft

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

hasSuperdashRight

Declaration
public bool hasSuperdashRight { 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