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

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

Protected Properties

Свойство Type Description
Target OpenRA.Traits.Target

Méthodes publiques

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

Méthodes protégées

Méthode Description
InnerTick ( Actor self, OpenRA.Traits.AttackBase attack ) : Activity

Method Details

Attack() public méthode

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

InnerTick() protected méthode

protected InnerTick ( Actor self, OpenRA.Traits.AttackBase attack ) : Activity
self Actor
attack OpenRA.Traits.AttackBase
Résultat Activity

Tick() public méthode

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

Property Details

Target protected_oe property

protected Target,OpenRA.Traits Target
Résultat OpenRA.Traits.Target