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

Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Méthode Description
ActorChanged ( Actor a ) : void
Add ( string key, string prerequisites, int limit, ITechTreeElement tte ) : void
HasPrerequisites ( IEnumerable prerequisites ) : bool
Remove ( ITechTreeElement tte ) : void
Remove ( string key ) : void
TechTree ( ActorInitializer init ) : System.Collections.Generic
Update ( ) : void

Private Methods

Méthode Description
GatherOwnedPrerequisites ( Player player ) : List>.Cache

Method Details

ActorChanged() public méthode

public ActorChanged ( Actor a ) : void
a Actor
Résultat void

Add() public méthode

public Add ( string key, string prerequisites, int limit, ITechTreeElement tte ) : void
key string
prerequisites string
limit int
tte ITechTreeElement
Résultat void

HasPrerequisites() public méthode

public HasPrerequisites ( IEnumerable prerequisites ) : bool
prerequisites IEnumerable
Résultat bool

Remove() public méthode

public Remove ( ITechTreeElement tte ) : void
tte ITechTreeElement
Résultat void

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

TechTree() public méthode

public TechTree ( ActorInitializer init ) : System.Collections.Generic
init ActorInitializer
Résultat System.Collections.Generic

Update() public méthode

public Update ( ) : void
Résultat void