C# 클래스 MCDawn.LuaScripting

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

공개 메소드들

메소드 설명
CommandOverlord ( string command, Player p, string message ) : void
CreatePlayer ( ) : void
GetPlayerByName ( string message ) : Player
GlobalMessage ( string message ) : void
Init ( ) : void
PlayerBotFind ( string message ) : MCDawn.PlayerBot
ServerLog ( string log ) : void

메소드 상세

CommandOverlord() 공개 메소드

public CommandOverlord ( string command, Player p, string message ) : void
command string
p Player
message string
리턴 void

CreatePlayer() 공개 메소드

public CreatePlayer ( ) : void
리턴 void

GetPlayerByName() 공개 메소드

public GetPlayerByName ( string message ) : Player
message string
리턴 Player

GlobalMessage() 공개 메소드

public GlobalMessage ( string message ) : void
message string
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

PlayerBotFind() 공개 메소드

public PlayerBotFind ( string message ) : MCDawn.PlayerBot
message string
리턴 MCDawn.PlayerBot

ServerLog() 공개 메소드

public ServerLog ( string log ) : void
log string
리턴 void