C# 클래스 DarkEmu_GameServer.EventMain

파일 보기 프로젝트 열기: CarlosX/DarkEmu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
commands List

공개 메소드들

메소드 설명
EventMain ( ) : System
EventMain ( string pathtofile ) : System
NameToEnum ( string name ) : ScriptCommandType
RunLoop ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
SpawnUnique ( List parameters ) : void
doCommand ( string command, List parameters ) : void
getMob ( int id, List param ) : obj
listToString ( List list, bool seperate = true ) : string
spawnMob ( List parameters ) : void

메소드 상세

EventMain() 공개 메소드

public EventMain ( ) : System
리턴 System

EventMain() 공개 메소드

public EventMain ( string pathtofile ) : System
pathtofile string
리턴 System

NameToEnum() 공개 메소드

public NameToEnum ( string name ) : ScriptCommandType
name string
리턴 ScriptCommandType

RunLoop() 공개 메소드

public RunLoop ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

commands 공개적으로 프로퍼티

public List commands
리턴 List