Data Structures | |
| class | DogFoodCan |
| class | CatFoodCan |
| class | PorkCan |
| class | Lunchmeat |
| class | CrabCan |
| class | UnknownFoodCan |
| class | Pajka |
| class | Pate |
| class | BrisketSpread |
Functions | |
| DogFoodCan Edible_Base | CanDecay () |
| override void | Open () |
| Implementations only. | |
| override void | SetActions () |
| override bool | IsOpen () |
| override float | GetQuantityNormalizedScripted () |
| override bool | CanProcessDecay () |
| UnknownFoodCan Edible_Base | UnknownFoodCan_Opened () |
Variables | |
| CatFoodCan | DogFoodCan_Opened |
| DogFoodCan Edible_Base CanDecay | ( | ) |
| override bool CanProcessDecay | ( | ) |
| override float GetQuantityNormalizedScripted | ( | ) |
| override bool IsOpen | ( | ) |
| override void Open | ( | ) |
Implementations only.
| override void SetActions | ( | ) |
References GetAgents().
| UnknownFoodCan Edible_Base UnknownFoodCan_Opened | ( | ) |
References AddAction().
| CatFoodCan DogFoodCan_Opened |