Examples and Tips - hovgaardgames/startupcompany GitHub Wiki
Examples and Tips
More examples and tips will be added later.
Simple mod example
A working example of a Startup Company mod can be downloaded here :
https://github.com/hovgaardgames/startupcompany/raw/master/furnituremod.zip
Tips
Description | JavaScript |
---|---|
Get current bank balance | GetRootScope().settings.balance |
Add notification | Helpers.ShowNotification(message, color, hoursToShow, disableCountDownWhenTimeMachine) |