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

Inheritance: IIssueOrder, IResolveOrder, IOrderVoice
Show file Open project: cjshmyr/OpenRA

Public Methods

Method Description
IssueOrder ( Actor self, IOrderTargeter order, Target target, bool queued ) : Order
ResolveOrder ( Actor self, Order order ) : void
SupplyTruck ( SupplyTruckInfo info ) : System.Collections.Generic
VoicePhraseForOrder ( Actor self, Order order ) : string

Method Details

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

SupplyTruck() public method

public SupplyTruck ( SupplyTruckInfo info ) : System.Collections.Generic
info SupplyTruckInfo
return System.Collections.Generic

VoicePhraseForOrder() public method

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