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

Inheritance: IIssueOrder, IResolveOrder, IOrderVoice
Exibir arquivo Open project: pchote/OpenRA

Public Methods

Method Description
Demolition ( DemolitionInfo 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

Demolition() public method

public Demolition ( DemolitionInfo info ) : System.Collections.Generic
info DemolitionInfo
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