[Command] calculateRent

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post by Raddeck »

calculateRent()


USE:
Calculate the rent for the current building.


TYPE: Command, Ref
RETURNS: FloatVar
THEME: Business
COMPARE: calculateRevenue, calculateWages, calculateExpenses


EXAMPLE:

Code: Select all

    Rent = calculateRent()
    RentConverted = Rent.convertToLocalCurrency(true)
    "The rent of this property for commercial use is <RentConverted> per month, and the current tenant is not renewing. Lease it?"
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply