C# 클래스 fBaseXtensions.XML.CustomConditions

파일 보기 프로젝트 열기: herbfunk/Funky

공개 메소드들

메소드 설명
ActorPresent ( int sno ) : bool
Initialize ( ) : void
QuestAndStepActive ( int sno, int step ) : bool

메소드 상세

ActorPresent() 공개 정적인 메소드

public static ActorPresent ( int sno ) : bool
sno int
리턴 bool

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

QuestAndStepActive() 공개 정적인 메소드

public static QuestAndStepActive ( int sno, int step ) : bool
sno int
step int
리턴 bool