C# Class MCDawn.LuaScripting

显示文件 Open project: jonnyli1125/MCDawn Class Usage Examples

Public Methods

Method Description
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

Method Details

CommandOverlord() public method

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

CreatePlayer() public method

public CreatePlayer ( ) : void
return void

GetPlayerByName() public method

public GetPlayerByName ( string message ) : Player
message string
return Player

GlobalMessage() public method

public GlobalMessage ( string message ) : void
message string
return void

Init() public static method

public static Init ( ) : void
return void

PlayerBotFind() public method

public PlayerBotFind ( string message ) : MCDawn.PlayerBot
message string
return MCDawn.PlayerBot

ServerLog() public method

public ServerLog ( string log ) : void
log string
return void