C# Class DZLib.Core.DZInterrupter.InterruptableSpell

Represents an interruptable spell.
Afficher le fichier Open project: DZ191/LeagueSharp

Méthodes publiques

Свойство Type Description
Enabled bool

Méthodes publiques

Méthode Description
InterruptableSpell ( SpellSlot slot, DangerLevel dangerLevel, bool movementInterrupts = true ) : System

Initializes a new instance of the InterruptableSpell class.

Method Details

InterruptableSpell() public méthode

Initializes a new instance of the InterruptableSpell class.
public InterruptableSpell ( SpellSlot slot, DangerLevel dangerLevel, bool movementInterrupts = true ) : System
slot SpellSlot The slot.
dangerLevel DangerLevel The danger level.
movementInterrupts bool if set to true [movement interrupts].
Résultat System

Property Details

Enabled public_oe property

public bool Enabled
Résultat bool