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

Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
Info ProductionInfo

Méthodes publiques

Méthode Description
DoProduction ( Actor self, ActorInfo producee, ExitInfo exitinfo, string factionVariant ) : void
Produce ( Actor self, ActorInfo producee, string factionVariant ) : bool
Production ( ActorInitializer init, ProductionInfo info ) : System

Private Methods

Méthode Description
CanUseExit ( Actor self, ActorInfo producee, ExitInfo s ) : bool
INotifyCreated ( Actor self ) : void

Method Details

DoProduction() public méthode

public DoProduction ( Actor self, ActorInfo producee, ExitInfo exitinfo, string factionVariant ) : void
self Actor
producee ActorInfo
exitinfo ExitInfo
factionVariant string
Résultat void

Produce() public méthode

public Produce ( Actor self, ActorInfo producee, string factionVariant ) : bool
self Actor
producee ActorInfo
factionVariant string
Résultat bool

Production() public méthode

public Production ( ActorInitializer init, ProductionInfo info ) : System
init ActorInitializer
info ProductionInfo
Résultat System

Property Details

Info public_oe property

public ProductionInfo Info
Résultat ProductionInfo