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

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

Public Properties

Property Type Description
Info CapturesInfo

Public Methods

Method Description
Captures ( Actor self, CapturesInfo 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

Method Details

Captures() public method

public Captures ( Actor self, CapturesInfo info ) : System.Collections.Generic
self Actor
info CapturesInfo
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 CapturesInfo,OpenRA.Mods.Common.Traits Info
return CapturesInfo