C# Class OpenRA.Mods.Common.Activities.Attack

Inheritance: Activity
Exibir arquivo Open project: pchote/OpenRA

Protected Properties

Property Type Description
Target OpenRA.Traits.Target

Public Methods

Method Description
Attack ( Actor self, Target target, bool allowMovement, bool forceAttack ) : System
Tick ( Actor self ) : Activity

Protected Methods

Method Description
InnerTick ( Actor self, OpenRA.Traits.AttackBase attack ) : Activity

Method Details

Attack() public method

public Attack ( Actor self, Target target, bool allowMovement, bool forceAttack ) : System
self Actor
target OpenRA.Traits.Target
allowMovement bool
forceAttack bool
return System

InnerTick() protected method

protected InnerTick ( Actor self, OpenRA.Traits.AttackBase attack ) : Activity
self Actor
attack OpenRA.Traits.AttackBase
return Activity

Tick() public method

public Tick ( Actor self ) : Activity
self Actor
return Activity

Property Details

Target protected_oe property

protected Target,OpenRA.Traits Target
return OpenRA.Traits.Target