C# Class OpenRA.Mods.RA.Traits.PortableChrono

Inheritance: IIssueOrder, IResolveOrder, ITick, ISelectionBar, IOrderVoice, ISync
Mostrar archivo Open project: pchote/OpenRA

Public Properties

Property Type Description
Info PortableChronoInfo

Private Properties

Property Type Description
ISelectionBar System.Drawing.Color
ISelectionBar float

Public Methods

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

Private Methods

Method Description
ISelectionBar ( ) : Color
ISelectionBar ( ) : float

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

PortableChrono() public method

public PortableChrono ( PortableChronoInfo info ) : System.Collections.Generic
info PortableChronoInfo
return System.Collections.Generic

ResetChargeTime() public method

public ResetChargeTime ( ) : void
return void

ResolveOrder() public method

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

Tick() public method

public Tick ( Actor self ) : void
self Actor
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 PortableChronoInfo,OpenRA.Mods.RA.Traits Info
return PortableChronoInfo