Show / Hide Table of Contents

Class ClientConsole

Represents the F8 console on clients.

Inheritance
object
ClientConsole
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Services
Assembly: SlipeServer.Server.dll
Syntax
public class ClientConsole

Constructors

| Edit this page View Source

ClientConsole(MtaServer)

Declaration
public ClientConsole(MtaServer server)
Parameters
Type Name Description
MtaServer server

Methods

| Edit this page View Source

Output(string)

Declaration
public void Output(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

OutputTo(Player, string)

Declaration
public void OutputTo(Player player, string message)
Parameters
Type Name Description
Player player
string message
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX