Property | Type | Description | |
---|---|---|---|
Bridge | OpenRA.Traits.Bridge | ||
FirstBridge | OpenRA.Traits.Bridge |
Method | Description | |
---|---|---|
BridgeHut ( ActorInitializer init ) : System.Linq | ||
Demolish ( Actor self, Actor saboteur ) : void | ||
IsValidTarget ( Actor self, Actor saboteur ) : bool | ||
Repair ( Actor repairer ) : void |
public BridgeHut ( ActorInitializer init ) : System.Linq | ||
init | ActorInitializer | |
return | System.Linq |
public Demolish ( Actor self, Actor saboteur ) : void | ||
self | Actor | |
saboteur | Actor | |
return | void |
public IsValidTarget ( Actor self, Actor saboteur ) : bool | ||
self | Actor | |
saboteur | Actor | |
return | bool |