C# Class fBaseXtensions.Game.Hero.Skills.Conditions.WaitLoops

Describes Pre and Post Wait Loops for an Ability.
Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Properties

Property Type Description
Default WaitLoops
PostLoops int
PreLoops int
Reusable bool

Public Methods

Method Description
WaitLoops ( int BeforeLoops, int AfterLoops, bool Reuse )

Method Details

WaitLoops() public method

public WaitLoops ( int BeforeLoops, int AfterLoops, bool Reuse )
BeforeLoops int
AfterLoops int
Reuse bool

Property Details

Default public_oe static_oe property

public static WaitLoops,fBaseXtensions.Game.Hero.Skills.Conditions Default
return WaitLoops

PostLoops public_oe property

public int PostLoops
return int

PreLoops public_oe property

public int PreLoops
return int

Reusable public_oe property

public bool Reusable
return bool