C# Class OpenRA.Mods.Common.Activities.Repair

Inheritance: Activity
Show file Open project: pchote/OpenRA

Public Methods

Method Description
Repair ( Actor self, Actor host ) : System
Repair ( Actor self, Actor host, WDist closeEnough ) : System
Tick ( Actor self ) : Activity

Method Details

Repair() public method

public Repair ( Actor self, Actor host ) : System
self Actor
host Actor
return System

Repair() public method

public Repair ( Actor self, Actor host, WDist closeEnough ) : System
self Actor
host Actor
closeEnough WDist
return System

Tick() public method

public Tick ( Actor self ) : Activity
self Actor
return Activity