![]() |
SCP - Containment Breach
|
Classes | |
| class | Sound |
| class | Stream |
| class | ParticleEmitter |
| class | ParticleTemplate |
| class | Waypoint |
| class | Forest |
| class | NPC |
| class | Room |
| class | Door |
| class | TempTriggerbox |
| class | TempItem |
| class | TempDoor |
| class | RoomTemplate |
| class | TempWaypoint |
| class | Triggerbox |
| class | MaintenanceTunnel |
| class | Decal |
| class | ItemTemplate |
| class | Item |
| class | Inventory |
| class | Event |
| class | SubtitleBox |
| class | SubtitleColor |
| class | SubtitleEntry |
| class | SubtitleToken |
| class | QueuedSubtitleMsg |
| class | SubtitleMsg |
| class | Achievement |
| class | AchievementMessage |
Functions | |
| bool | IsPaused () |
| string | FormatDuration (int ms, bool highPrecision=true) |
| B3D::Image | LoadImage (string file, float scale=0, int flags=0) |
| B3D::Mesh | LoadMesh (string file, B3D::Entity@ parent) |
| B3D::Mesh | LoadAnimMesh (string file, B3D::Entity@ parent) |
| B3D::Texture | LoadTexture (string file, int flags=1) |
| B3D::Texture | LoadAnimTexture (string file, int flags, int columns, int rows, int start, int count) |
| B3D::Brush | LoadBrush (string file, int flags, float u=1, float v=1) |
| B3D::Font | LoadFont (string file, int height, bool bold=false, bool italic=false) |
| B3D::Effect | LoadEffect (string file) |
| B3D::Pivot | LoadRMesh (string file, RoomTemplate@ template=null) |
Variables | |
| float | FPSFactor |
| The amount of seconds elapsed since the last frame multiplied by 70. Capped at a maximum value of 5. | |
| bool | HasNumericSeed |
| string | RandomSeed |
| int | RandomSeedNumeric |
| int | TimerStopped |
| int | PlayTime |