C# Class OpenRA.Mods.Common.Traits.ExternalCaptures

Inheritance: IIssueOrder, IResolveOrder, IOrderVoice
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
Info ExternalCapturesInfo

Méthodes publiques

Méthode Description
ExternalCaptures ( Actor self, ExternalCapturesInfo info ) : System.Collections.Generic
IssueOrder ( Actor self, IOrderTargeter order, Target target, bool queued ) : Order
ResolveOrder ( Actor self, Order order ) : void
VoicePhraseForOrder ( Actor self, Order order ) : string

Private Methods

Méthode Description
IsValidOrder ( Actor self, Order order ) : bool

Method Details

ExternalCaptures() public méthode

public ExternalCaptures ( Actor self, ExternalCapturesInfo info ) : System.Collections.Generic
self Actor
info ExternalCapturesInfo
Résultat System.Collections.Generic

IssueOrder() public méthode

public IssueOrder ( Actor self, IOrderTargeter order, Target target, bool queued ) : Order
self Actor
order IOrderTargeter
target OpenRA.Traits.Target
queued bool
Résultat Order

ResolveOrder() public méthode

public ResolveOrder ( Actor self, Order order ) : void
self Actor
order Order
Résultat void

VoicePhraseForOrder() public méthode

public VoicePhraseForOrder ( Actor self, Order order ) : string
self Actor
order Order
Résultat string

Property Details

Info public_oe property

public ExternalCapturesInfo,OpenRA.Mods.Common.Traits Info
Résultat ExternalCapturesInfo