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

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

Méthodes publiques

Méthode Description
RepairBridge ( Actor self, Actor target, EnterBehaviour enterBehaviour, string notification ) : 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

OnInside() protected méthode

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

RepairBridge() public méthode

public RepairBridge ( Actor self, Actor target, EnterBehaviour enterBehaviour, string notification ) : OpenRA.Mods.Common.Traits
self Actor
target Actor
enterBehaviour EnterBehaviour
notification string
Résultat OpenRA.Mods.Common.Traits