![]() |
SCP - Containment Breach
|
Public Types | |
| enum | SaveType { Anywhere , OnQuit , OnScreens } |
| enum | OtherFactors { Easy , Normal , Hard } |
Public Attributes | |
| CB::Difficulty | Current |
| CB::Difficulty | Safe |
| CB::Difficulty | Euclid |
| CB::Difficulty | Keter |
| CB::Difficulty | Custom |
Private Member Functions | |
| void | Delete () |
| CB::Difficulty | get_Next () const property |
| CB::Difficulty | get_Previous () const property |
| void | InsertAfter (CB::Difficulty@) |
| void | InsertBefore (CB::Difficulty@) |
Private Attributes | |
| string | Name |
| string | LocalName |
| string | Description |
| bool | PermaDeath |
| bool | AggressiveNPCs |
| CB::Difficulty::SaveType | Save |
| CB::Difficulty::OtherFactors | Other |
| int | R |
| int | G |
| int | B |
| bool | Customizable |