SCP - Containment Breach
Loading...
Searching...
No Matches
CB.Console Namespace Reference

Classes

class  Msg

Functions

void CreateMessage (string txt, int r=-1, int g=-1, int b=-1, bool isCommand=false)
 Sends a message to the console.
CB::NPC::Type NPCNameToType (string name)
string NPCTypeToName (CB::NPC::Type, bool plural=false)
void ListNPCTypes ()
void SpawnNPC (CB::NPC::Type, string stateStr="")
void ChangeNPCSpeed (CB::NPC::Type, float speed)
void PrintNPCState (CB::NPC::Type)
bool CheckCanToggleNPC (CB::NPC::Type)
void EnableNPC (CB::NPC::Type)
void DisableNPC (CB::NPC::Type)

Variables

bool Open
string Input
float Scroll
bool ScrollDragging
int MouseMemory
CB::Console::Msg Reissue
int R
int G
int B

Function Documentation

◆ CreateMessage()

void CB.Console.CreateMessage ( string txt,
int r = -1,
int g = -1,
int b = -1,
bool isCommand = false )

Sends a message to the console.

Parameters
txtThe text to send.
rThe red color component of the text.
gThe green color component of the text.
bThe blue color component of the text.
isCommandWhether or not the text is to be treated as a command.