![]() |
SCP - Containment Breach
|
Public Attributes | |
| int | LastItemID |
Private Member Functions | |
| void | Delete () |
| CB::Item | get_Next () const property |
| CB::Item | get_Previous () const property |
| void | InsertAfter (CB::Item@) |
| void | InsertBefore (CB::Item@) |
| void | Remove (bool inGame=true) |
| void | Pick () |
| void | Drop (bool playDropSound=true) |
Private Attributes | |
| string | DisplayName |
| B3D::Pivot | Collider |
| B3D::Mesh | Model |
| CB::ItemTemplate | Template |
| float | DropSpeed |
| int | R |
| int | G |
| int | B |
| float | A |
| B3D::Channel | Channel |
| float | Distance |
| float | DistanceTimer |
| float | State |
| float | State2 |
| bool | Picked |
| int | Dropped |
| B3D::Image | InventoryImage |
| float | XSpeed |
| float | ZSpeed |
| CB::Inventory | Inventory |
| int | ID |
| string | DrinkName |