C# Class MCDawn.LuaScripting

Afficher le fichier Open project: jonnyli1125/MCDawn Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CommandOverlord ( string command, Player p, string message ) : void
command string
p Player
message string
Résultat void

CreatePlayer() public méthode

public CreatePlayer ( ) : void
Résultat void

GetPlayerByName() public méthode

public GetPlayerByName ( string message ) : Player
message string
Résultat Player

GlobalMessage() public méthode

public GlobalMessage ( string message ) : void
message string
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

PlayerBotFind() public méthode

public PlayerBotFind ( string message ) : MCDawn.PlayerBot
message string
Résultat MCDawn.PlayerBot

ServerLog() public méthode

public ServerLog ( string log ) : void
log string
Résultat void