Class DebugLog
Represents the ingame debug dialog (/debugscript 3)
Assembly: SlipeServer.Server.dll
Syntax
Constructors
|
Edit this page
View Source
DebugLog(MtaServer)
Represents the ingame debug dialog (/debugscript 3)
Declaration
public DebugLog(MtaServer server)
Parameters
Methods
|
Edit this page
View Source
Output(string, DebugLevel, Color?)
Declaration
public void Output(string message, DebugLevel level = DebugLevel.Information, Color? color = null)
Parameters
|
Edit this page
View Source
OutputTo(Player, string, DebugLevel, Color?)
Declaration
public void OutputTo(Player player, string message, DebugLevel level = DebugLevel.Information, Color? color = null)
Parameters
|
Edit this page
View Source
SetVisible(bool)
Declaration
public void SetVisible(bool isVisible)
Parameters
Type |
Name |
Description |
bool |
isVisible |
|
|
Edit this page
View Source
SetVisibleTo(Player, bool)
Declaration
public void SetVisibleTo(Player player, bool isVisible)
Parameters
Type |
Name |
Description |
Player |
player |
|
bool |
isVisible |
|