Show / Hide Table of Contents

Class SplitClaw

Module which implements the split claw custom skills.

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

Constructors

View Source

SplitClaw()

Declaration
public SplitClaw()

Fields

View Source

ClothFungalEncounterHandling

Declaration
public SplitClaw.ClothFungalEncounterLeaveCondition ClothFungalEncounterHandling
Field Value
Type Description
SplitClaw.ClothFungalEncounterLeaveCondition

Properties

View Source

hasWalljumpAny

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

hasWalljumpBoth

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

hasWalljumpLeft

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

hasWalljumpRight

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