C# Класс DZAIO_Reborn.Helpers.SkillsHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
GetBaronReduction ( this spell, Obj_AI_Base target ) : float

Gets the baron reduction.

GetDragonReduction ( this spell, Obj_AI_Base target ) : float

Gets the dragon reduction.

IsEnabledAndReady ( this spell, ModesMenuExtensions mode ) : bool

Приватные методы

Метод Описание
GetStringFromMode ( ModesMenuExtensions mode ) : string

Описание методов

GetBaronReduction() публичный статический Метод

Gets the baron reduction.
public static GetBaronReduction ( this spell, Obj_AI_Base target ) : float
spell this The Spell
target Obj_AI_Base The target.
Результат float

GetDragonReduction() публичный статический Метод

Gets the dragon reduction.
public static GetDragonReduction ( this spell, Obj_AI_Base target ) : float
spell this The Spell
target Obj_AI_Base The target.
Результат float

IsEnabledAndReady() публичный статический Метод

public static IsEnabledAndReady ( this spell, ModesMenuExtensions mode ) : bool
spell this
mode ModesMenuExtensions
Результат bool