| 
    Planeshift
    
   | 
 
Go to the source code of this file.
Classes | |
| struct | constraint | 
| struct | NaturalResource | 
| This class keeps natural resource concentrations across the world.  More... | |
| class | NearNaturalResource | 
| This class keeps the hit of natural resources found for the player and allows ordering of them in an array.  More... | |
| class | psWorkGameEvent | 
| work event class  More... | |
| class | WorkManager | 
| This class handles all calculations around work, using statistics and information from the pspccharacterinfo Prop Classes for both the worker and the target.  More... | |
Macros | |
| #define | CLEANUP 3 | 
| Cleaning up of public containers.  More... | |
| #define | CLEANUP_DELAY 600 | 
| Seconds to wait before performing cleanup event.  More... | |
| #define | GARBAGE_PATTERNID 1 | 
| Define for hard coded pattern IDs.  More... | |
| #define | LOCKPICKING 2 | 
| Picking of locks.  More... | |
| #define | MANUFACTURE 0 | 
| Digging, collecting, farming.  More... | |
| #define | PRODUCTION 1 | 
| Crafting.  More... | |
| #define | REPAIR 4 | 
| Repairing items takes time too.  More... | |
| #define CLEANUP 3 | 
Cleaning up of public containers.
Definition at line 48 of file workmanager.h.
| #define CLEANUP_DELAY 600 | 
Seconds to wait before performing cleanup event.
Definition at line 52 of file workmanager.h.
| #define GARBAGE_PATTERNID 1 | 
Define for hard coded pattern IDs.
Definition at line 51 of file workmanager.h.
| #define LOCKPICKING 2 | 
Picking of locks.
Definition at line 47 of file workmanager.h.
| #define MANUFACTURE 0 | 
Digging, collecting, farming.
Definition at line 45 of file workmanager.h.
| #define PRODUCTION 1 | 
Crafting.
Definition at line 46 of file workmanager.h.
| #define REPAIR 4 | 
Repairing items takes time too.
Definition at line 49 of file workmanager.h.
| enum TradePatternMatch | 
Holds the possible return values for a test to see if an item is transformable.
This is binary since each transform atempt could have multiple reasons for failure
Definition at line 60 of file workmanager.h.
| enum TradeTransfomType | 
Holds the possible transformation types.
Definition at line 84 of file workmanager.h.