Classes
- ApplicationProfile
- ApplicationProfiles
- Company
- Console
- DailyStatistics
- DataPair
- Employee
- Establishment
- FoodDelivery
- FoodUnit
- Grocer
- HumanResources
- Iterator
- List
- Menu
- MenuEntry
- RealEstateProfile
- RealEstateProfiles
- Set
Members
-
company :Company
-
This global variable gives you access to your company. You need to implement callback functions for the 7 members (launch, realEstateAgent, hiringProcess, doMonthly, doWeekly, doDaily, foodDelivery).
Type:
- Source:
- globals.js
-
console :Console
-
This global variable gives you access to log (and therefore store) information during a game (which happens in the background).
Type:
- Source:
- globals.js