[Command] calculateWages
Posted: Thu Oct 28, 2021 6:03 pm
calculateWages()
USE:
Calculate the wages for the current building.
TYPE: Command, Ref
RETURNS: FloatVar
THEME: Business
COMPARE: calculateRent, calculateRevenue, calculateExpenses
EXAMPLE:
USE:
Calculate the wages for the current building.
TYPE: Command, Ref
RETURNS: FloatVar
THEME: Business
COMPARE: calculateRent, calculateRevenue, calculateExpenses
EXAMPLE:
Code: Select all
Wages = calculateWages()
WagesC = Wages.convertToLocalCurrency(true)
"Wages for all employees total around <WagesC>."