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

Inheritance: ITick, INotifyAddedToWorld, INotifyRemovedFromWorld, INotifyOtherProduction
Mostra file Open project: pchote/OpenRA

Public Methods

Method Description
AddedToWorld ( Actor self ) : void
ProximityExternalCondition ( Actor self, ProximityExternalConditionInfo info ) : System.Collections.Generic
RemovedFromWorld ( Actor self ) : void
Tick ( Actor self ) : void
UnitProducedByOther ( Actor self, Actor producer, Actor produced ) : void

Private Methods

Method Description
ActorEntered ( Actor a ) : void
ActorExited ( Actor a ) : void

Method Details

AddedToWorld() public method

public AddedToWorld ( Actor self ) : void
self Actor
return void

ProximityExternalCondition() public method

public ProximityExternalCondition ( Actor self, ProximityExternalConditionInfo info ) : System.Collections.Generic
self Actor
info ProximityExternalConditionInfo
return System.Collections.Generic

RemovedFromWorld() public method

public RemovedFromWorld ( Actor self ) : void
self Actor
return void

Tick() public method

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

UnitProducedByOther() public method

public UnitProducedByOther ( Actor self, Actor producer, Actor produced ) : void
self Actor
producer Actor
produced Actor
return void