C# Class D3Helper.A_Handler.SkillHandler.Aggregator_CastConditions

Mostrar archivo Open project: r3peat/D3Helper.Public Class Usage Examples

Public Methods

Method Description
CanCast ( SkillPower Skill, int EquippedRune, bool &IsTimedCast, bool &ShouldChannel, int &ChannelTicks ) : bool

Private Methods

Method Description
CouldCast ( List Definitions, int EquippedRune, bool &IsTimedCast, bool &ShouldChannel, int &ChannelTicks ) : bool
SortGroups ( Dictionary ConditionGroups ) : List>.Dictionary
evaluate_Condition ( CastCondition Condition, List ConditionGroup, SkillPower _SkillPower, int EquippedRune, bool &IsTimedCast, bool &ShouldChannel, int &ChannelTicks ) : bool
getRealPowerSNO ( int PowerSNO ) : int
get_ConditionGroups ( List Conditions ) : List>.Dictionary

Method Details

CanCast() public static method

public static CanCast ( SkillPower Skill, int EquippedRune, bool &IsTimedCast, bool &ShouldChannel, int &ChannelTicks ) : bool
Skill D3Helper.A_Collection.SkillPower
EquippedRune int
IsTimedCast bool
ShouldChannel bool
ChannelTicks int
return bool