C# Class fBaseXtensions.Game.Hero.ActiveHero

Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Properties

Property Type Description
MaxDiscipline double
MaxEnergy double
TotalResourceCostReduction decimal
TotalSkillCooldownReduction decimal

Private Properties

Property Type Description
ActiveBountyChangedHandler void
CheckActiveBounty void
EquippmentChangedHandler void
OnLevelAreaIDChangedHandler void
RefreshMovementCache void
UpdateStaticProperties void
healthvalueChanged void
levelareaIDchanged void
positionChangedHandler void

Public Methods

Method Description
ActiveHero ( ) : System
DebugString ( ) : string
Update ( bool combat = false, bool force = false ) : void
WaitWhileAnimating ( int iMaxSafetyLoops = 10, bool bWaitForAttacking = false ) : void

Private Methods

Method Description
ActiveBountyChangedHandler ( ) : void
CheckActiveBounty ( ) : void
EquippmentChangedHandler ( ) : void
OnLevelAreaIDChangedHandler ( int ID ) : void
RefreshMovementCache ( ) : void
UpdateStaticProperties ( ) : void
healthvalueChanged ( double oldvalue, double newvalue ) : void
levelareaIDchanged ( int ID ) : void
positionChangedHandler ( System.Vector3 position ) : void

Method Details

ActiveHero() public method

public ActiveHero ( ) : System
return System

DebugString() public method

public DebugString ( ) : string
return string

Update() public method

public Update ( bool combat = false, bool force = false ) : void
combat bool
force bool
return void

WaitWhileAnimating() public method

public WaitWhileAnimating ( int iMaxSafetyLoops = 10, bool bWaitForAttacking = false ) : void
iMaxSafetyLoops int
bWaitForAttacking bool
return void

Property Details

MaxDiscipline public_oe property

public double MaxDiscipline
return double

MaxEnergy public_oe property

public double MaxEnergy
return double

TotalResourceCostReduction public_oe static_oe property

public static decimal TotalResourceCostReduction
return decimal

TotalSkillCooldownReduction public_oe static_oe property

public static decimal TotalSkillCooldownReduction
return decimal