C# 클래스 OpenRA.Mods.Common.Traits.TechTree

파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GatherOwnedPrerequisites ( Player player ) : List>.Cache

메소드 상세

ActorChanged() 공개 메소드

public ActorChanged ( Actor a ) : void
a Actor
리턴 void

Add() 공개 메소드

public Add ( string key, string prerequisites, int limit, ITechTreeElement tte ) : void
key string
prerequisites string
limit int
tte ITechTreeElement
리턴 void

HasPrerequisites() 공개 메소드

public HasPrerequisites ( IEnumerable prerequisites ) : bool
prerequisites IEnumerable
리턴 bool

Remove() 공개 메소드

public Remove ( ITechTreeElement tte ) : void
tte ITechTreeElement
리턴 void

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

TechTree() 공개 메소드

public TechTree ( ActorInitializer init ) : System.Collections.Generic
init ActorInitializer
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( ) : void
리턴 void