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

상속: IUpgradable, IDisabledTrait, ISync
파일 보기 프로젝트 열기: OpenRA/OpenRA

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AcceptsUpgradeLevel ( Actor self, string type, int level ) : bool
GetModifier ( ) : int
UpgradeLevelChanged ( Actor self, string type, int oldLevel, int newLevel ) : void

보호된 메소드들

메소드 설명
Update ( Actor self ) : void
UpgradeMultiplierTrait ( UpgradeMultiplierTraitInfo info, string modifierType, string actorType ) : System

메소드 상세

AcceptsUpgradeLevel() 공개 메소드

public AcceptsUpgradeLevel ( Actor self, string type, int level ) : bool
self Actor
type string
level int
리턴 bool

GetModifier() 공개 메소드

public GetModifier ( ) : int
리턴 int

Update() 보호된 메소드

protected Update ( Actor self ) : void
self Actor
리턴 void

UpgradeLevelChanged() 공개 메소드

public UpgradeLevelChanged ( Actor self, string type, int oldLevel, int newLevel ) : void
self Actor
type string
oldLevel int
newLevel int
리턴 void

UpgradeMultiplierTrait() 보호된 메소드

protected UpgradeMultiplierTrait ( UpgradeMultiplierTraitInfo info, string modifierType, string actorType ) : System
info UpgradeMultiplierTraitInfo
modifierType string
actorType string
리턴 System