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

Inheritance: IIssueOrder, IResolveOrder, IOrderVoice
显示文件 Open project: pchote/OpenRA

Public Properties

Property Type Description
Info ExternalCapturesInfo

Public Methods

Method 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

Method Description
IsValidOrder ( Actor self, Order order ) : bool

Method Details

ExternalCaptures() public method

public ExternalCaptures ( Actor self, ExternalCapturesInfo info ) : System.Collections.Generic
self Actor
info ExternalCapturesInfo
return System.Collections.Generic

IssueOrder() public method

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

ResolveOrder() public method

public ResolveOrder ( Actor self, Order order ) : void
self Actor
order Order
return void

VoicePhraseForOrder() public method

public VoicePhraseForOrder ( Actor self, Order order ) : string
self Actor
order Order
return string

Property Details

Info public_oe property

public ExternalCapturesInfo,OpenRA.Mods.Common.Traits Info
return ExternalCapturesInfo