Class SplitClaw
Module which implements the split claw 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 SplitClaw : Module
Fields
| Improve this Doc View SourceClothFungalEncounterHandling
Declaration
public SplitClaw.ClothFungalEncounterLeaveCondition ClothFungalEncounterHandling
Field Value
Type | Description |
---|---|
SplitClaw.ClothFungalEncounterLeaveCondition |
Properties
| Improve this Doc View SourcehasWalljumpAny
Declaration
public bool hasWalljumpAny { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
hasWalljumpBoth
Declaration
public bool hasWalljumpBoth { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
hasWalljumpLeft
Declaration
public bool hasWalljumpLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
hasWalljumpRight
Declaration
public bool hasWalljumpRight { 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()