C# Class OpenRA.Mods.Common.Traits.AttackFollow.AttackActivity

Inheritance: Activity
Mostra file Open project: pchote/OpenRA

Public Methods

Method Description
AttackActivity ( Actor self, Target target, bool allowMove, bool forceAttack ) : System
Tick ( Actor self ) : Activity

Method Details

AttackActivity() public method

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

Tick() public method

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