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

Inheritance: Activity
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

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

Method Details

AttackActivity() public méthode

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

Tick() public méthode

public Tick ( Actor self ) : Activity
self Actor
Résultat Activity