![]() |
SCP - Containment Breach
|
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 |
| void CB.Console.CreateMessage | ( | string | txt, |
| int | r = -1, | ||
| int | g = -1, | ||
| int | b = -1, | ||
| bool | isCommand = false ) |
Sends a message to the console.
| txt | The text to send. |
| r | The red color component of the text. |
| g | The green color component of the text. |
| b | The blue color component of the text. |
| isCommand | Whether or not the text is to be treated as a command. |