Class SplitSuperdash
Module which implements the split superdash custom skills.
Inherited Members
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 SplitSuperdash : Module
Fields
| Improve this Doc View SourceMylaDeathHandling
Declaration
public SplitSuperdash.MylaDeathCondition MylaDeathHandling
Field Value
Type | Description |
---|---|
SplitSuperdash.MylaDeathCondition |
Properties
| Improve this Doc View SourcehasSuperdashAny
Declaration
public bool hasSuperdashAny { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
hasSuperdashBoth
Declaration
public bool hasSuperdashBoth { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
hasSuperdashLeft
Declaration
public bool hasSuperdashLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
hasSuperdashRight
Declaration
public bool hasSuperdashRight { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
Overrides
| Improve this Doc View SourceUnload()
Declaration
public override void Unload()