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

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

Méthodes publiques

Méthode Description
CaptureActor ( Actor self, Actor target ) : OpenRA.Mods.Common.Traits

Méthodes protégées

Méthode Description
CanReserve ( Actor self ) : bool
OnInside ( Actor self ) : void

Method Details

CanReserve() protected méthode

protected CanReserve ( Actor self ) : bool
self Actor
Résultat bool

CaptureActor() public méthode

public CaptureActor ( Actor self, Actor target ) : OpenRA.Mods.Common.Traits
self Actor
target Actor
Résultat OpenRA.Mods.Common.Traits

OnInside() protected méthode

protected OnInside ( Actor self ) : void
self Actor
Résultat void