Codefix: wrong parameter names and partially missing parameters

This commit is contained in:
Rubidium
2026-01-31 18:24:55 +01:00
committed by rubidium42
parent c6c06e13eb
commit bcaf3eaec2
66 changed files with 117 additions and 47 deletions
+1
View File
@@ -120,6 +120,7 @@ CommandCost CmdDecreaseLoan(DoCommandFlags flags, LoanCommand cmd, Money amount)
/**
* Sets the max loan amount of your company. Does not respect the global loan setting.
* @param flags Flags whether to test or execute this command.
* @param company the company ID.
* @param amount the new max loan amount, will be rounded down to the multitude of LOAN_INTERVAL. If set to COMPANY_MAX_LOAN_DEFAULT reset the max loan to default(global) value.
* @return zero cost or an error