C# 클래스 fBaseXtensions.Game.Hero.Skills.Conditions.WaitLoops

Describes Pre and Post Wait Loops for an Ability.
파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Default WaitLoops
PostLoops int
PreLoops int
Reusable bool

공개 메소드들

메소드 설명
WaitLoops ( int BeforeLoops, int AfterLoops, bool Reuse )

메소드 상세

WaitLoops() 공개 메소드

public WaitLoops ( int BeforeLoops, int AfterLoops, bool Reuse )
BeforeLoops int
AfterLoops int
Reuse bool

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

public static WaitLoops,fBaseXtensions.Game.Hero.Skills.Conditions Default
리턴 WaitLoops

PostLoops 공개적으로 프로퍼티

public int PostLoops
리턴 int

PreLoops 공개적으로 프로퍼티

public int PreLoops
리턴 int

Reusable 공개적으로 프로퍼티

public bool Reusable
리턴 bool