Свойство | Тип | Описание | |
---|---|---|---|
DZInterrupter | System | ||
Game_OnGameUpdate | void | ||
InitializeSpells | void | ||
Obj_AI_Base_OnProcessSpellCast | void | ||
RegisterSpell | void | ||
Spellbook_OnStopCast | void |
Метод | Описание | |
---|---|---|
GetInterruptableTargetData ( Obj_AI_Hero target ) : InterruptableTargetEventArgs |
Gets the interruptable target data.
|
|
IsCastingInterruptableSpell ( this target, bool checkMovementInterruption = false ) : bool |
Determines whether the target is casting an interruptable spell.
|
Метод | Описание | |
---|---|---|
DZInterrupter ( ) : System |
Initializes static members of the DZInterrupter class.
|
|
Game_OnGameUpdate ( |
Fired when the game updates.
|
|
InitializeSpells ( ) : void |
Initializes the spells.
|
|
Obj_AI_Base_OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void |
Fired when the game processes spell casts.
|
|
RegisterSpell ( string champName, LeagueSharp.Common.InterruptableSpell spell ) : void |
Registers the spell.
|
|
Spellbook_OnStopCast ( Spellbook sender, SpellbookStopCastEventArgs args ) : void |
Fired when the spellbook stops a cast.
|
public static GetInterruptableTargetData ( Obj_AI_Hero target ) : InterruptableTargetEventArgs | ||
target | Obj_AI_Hero | The target. |
Результат | InterruptableTargetEventArgs |
public static IsCastingInterruptableSpell ( this target, bool checkMovementInterruption = false ) : bool | ||
target | this | The target. |
checkMovementInterruption | bool | if set to |
Результат | bool |