GetCompany
This returns the company class.
exports.bcs_companymanager:GetCompany(companyname)
The Company Class
Constructor
Variable | Type | Description |
---|---|---|
name | string | The company/job name |
label | string | The company/job label |
account | table | The company account |
employee | table | A list of employees |
The Account Class
Constructor
Variable | Type | Description |
---|---|---|
company | string | The company/job name |
money | number | The amount of money |
blackMoney | number | The amount of black money |
The grammar was already correct, so no changes were needed there. Let me know if you need further adjustments!
Last updated on