Printing
SourceLoglevel DEBUG_LEVEL
Source
real DEBUG_MSG_DURATION
Source
 function Loglevel.getTag() returns string
Source
 function print(string msg)
Source
 Prints a simple message. 
 function print(int msg)
Source
 Prints a simple message. 
 function print(real msg)
Source
 Prints a simple message. 
 function print(boolean msg)
Source
 Prints a simple message. 
 function print(string msg, real duration)
Source
 Prints a simple message that is shown for the given duration 
 function static player.print(string msg, real duration)
Source
 Prints a timed message that is shown to the player for the given duration 
 function static player.print(string msg)
Source
 Prints a simple message that is shown to the player 
 function printLog(Loglevel loglvl, string msg)
Source
 Prints a special motification-message 
 function printLog(player showTo, Loglevel loglvl, string msg)
Source
 function printTimed(string msg, real duration)
Source
 Prints a simple message that is shown for the given duration 
 function printTimedToPlayer(string msg, real duration, player p)
Source
 Prints a simple message that is shown to the player for the given duration 
 function printTimedToPlayerClear(string msg, real duration, player p)
Source
 Prints a simple message after clearing all messages that is shown to the player for the given duration 
class Log
Source
 function debug(string msg)
Source
 Prints a debug logmessage 
 function error(string msg)
Source
 Prints a warning logmessage 
 function info(string msg)
Source
 Prints a info logmessage
 function setLevel(Loglevel lvl)
Source
 function trace(string msg)
Source
 Prints a trace logmessage 
 function warn(string msg)
Source
 Prints a warning logmessage