Class SplitClaw
Module which implements the split claw custom skills.
Assembly: ItemChanger.dll
Syntax
public class SplitClaw : Module
Constructors
View Source
SplitClaw()
Declaration
Fields
View Source
ClothFungalEncounterHandling
Declaration
public SplitClaw.ClothFungalEncounterLeaveCondition ClothFungalEncounterHandling
Field Value
Properties
View Source
hasWalljumpAny
Declaration
public bool hasWalljumpAny { get; }
Property Value
View Source
hasWalljumpBoth
Declaration
public bool hasWalljumpBoth { get; }
Property Value
View Source
hasWalljumpLeft
Declaration
public bool hasWalljumpLeft { get; set; }
Property Value
View Source
hasWalljumpRight
Declaration
public bool hasWalljumpRight { get; set; }
Property Value
Methods
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
View Source
Unload()
Declaration
public override void Unload()
Overrides
Extension Methods