C# 클래스 AlterWeight, verthex

상속: WeaponEffect
파일 보기 프로젝트 열기: austinblakeslee/verthex

보호된 프로퍼티들

프로퍼티 타입 설명
modifiedSecs int>.Dictionary
numTimesModifiable int
taggedSections List
weightPercentageModifier int

공개 메소드들

메소드 설명
AlterWeight ( SectionWeapon, effectedWeapon ) : System.Collections
DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSection ) : void
GetDamagedSections ( Tower, t, int center ) : List
GetInfo ( int damage ) : string
ModifyWeight ( Section, s, Tower, t, int damage, Tower, attackingTower ) : void

메소드 상세

AlterWeight() 공개 메소드

public AlterWeight ( SectionWeapon, effectedWeapon ) : System.Collections
effectedWeapon SectionWeapon,
리턴 System.Collections

DoDamage() 공개 메소드

public DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSection ) : void
t Tower,
center int
damage int
self Tower,
firingSection int
리턴 void

GetDamagedSections() 공개 메소드

public GetDamagedSections ( Tower, t, int center ) : List
t Tower,
center int
리턴 List

GetInfo() 공개 메소드

public GetInfo ( int damage ) : string
damage int
리턴 string

ModifyWeight() 공개 메소드

public ModifyWeight ( Section, s, Tower, t, int damage, Tower, attackingTower ) : void
s Section,
t Tower,
damage int
attackingTower Tower,
리턴 void

프로퍼티 상세

modifiedSecs 보호되어 있는 프로퍼티

protected Dictionary modifiedSecs
리턴 int>.Dictionary

numTimesModifiable 보호되어 있는 프로퍼티

protected int numTimesModifiable
리턴 int

taggedSections 보호되어 있는 프로퍼티

protected List
taggedSections
리턴 List

weightPercentageModifier 보호되어 있는 프로퍼티

protected int weightPercentageModifier
리턴 int