Module CorsixTH.CorsixTH.Lua.dialogs.staff_dialog
Individual staff information dialog
Functions
| UIStaff:changeHandymanAttributes (increased) | Function to balance 'cleaning','watering', and 'repairing', where one of them is increased, and the other two are decreased. |
| UIStaff:changeParcel () | Callback function for handyman to change his parcel. |
| UIStaff:doMoreCleaning () | UI callback function to increase 'cleaning' (wiping litter). |
| UIStaff:doMoreRepairing () | UI callback function to increase 'repairing' (machines). |
| UIStaff:doMoreWatering () | UI callback function to increase 'watering' (plants). |
Functions
- UIStaff:changeHandymanAttributes (increased)
-
Function to balance 'cleaning','watering', and 'repairing', where
one of them is increased, and the other two are decreased.
Parameters:
- increased Attribute to increase.
- UIStaff:changeParcel ()
- Callback function for handyman to change his parcel.
- UIStaff:doMoreCleaning ()
- UI callback function to increase 'cleaning' (wiping litter).
- UIStaff:doMoreRepairing ()
- UI callback function to increase 'repairing' (machines).
- UIStaff:doMoreWatering ()
- UI callback function to increase 'watering' (plants).