C# 클래스 NScumm.Sword1.EventManager

파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
CheckForEvent ( SwordObject compact ) : void
EventValid ( int evt ) : bool
FnCheckForEvent ( SwordObject cpt, int id, int pause ) : int
FnIssueEvent ( SwordObject cpt, int id, int evt, int delay ) : void
ServiceGlobalEventList ( ) : void

메소드 상세

CheckForEvent() 공개 메소드

public CheckForEvent ( SwordObject compact ) : void
compact SwordObject
리턴 void

EventValid() 공개 메소드

public EventValid ( int evt ) : bool
evt int
리턴 bool

FnCheckForEvent() 공개 메소드

public FnCheckForEvent ( SwordObject cpt, int id, int pause ) : int
cpt SwordObject
id int
pause int
리턴 int

FnIssueEvent() 공개 메소드

public FnIssueEvent ( SwordObject cpt, int id, int evt, int delay ) : void
cpt SwordObject
id int
evt int
delay int
리턴 void

ServiceGlobalEventList() 공개 메소드

public ServiceGlobalEventList ( ) : void
리턴 void