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

Inheritance: IOrderTargeter
Mostrar archivo Open project: pchote/OpenRA

Public Methods

Method Description
CanTarget ( Actor self, Target target, List othersAtTarget, TargetModifiers &modifiers, string &cursor ) : bool
PortableChronoOrderTargeter ( string targetCursor ) : System.Collections.Generic
TargetOverridesSelection ( TargetModifiers modifiers ) : bool

Method Details

CanTarget() public method

public CanTarget ( Actor self, Target target, List othersAtTarget, TargetModifiers &modifiers, string &cursor ) : bool
self Actor
target OpenRA.Traits.Target
othersAtTarget List
modifiers TargetModifiers
cursor string
return bool

PortableChronoOrderTargeter() public method

public PortableChronoOrderTargeter ( string targetCursor ) : System.Collections.Generic
targetCursor string
return System.Collections.Generic

TargetOverridesSelection() public method

public TargetOverridesSelection ( TargetModifiers modifiers ) : bool
modifiers TargetModifiers
return bool