Skip to content

Banking library ​

No description available

Classes ​

Functions ​

  • Returns an array of BankAccount objects for all the accounts found. You MUST have access to see the bank accounts holders in the desired bank!
  • Returns an array of BankAccountType objects for all the accounts found. You MUST have access to see the bank accounts in the desired bank!
mnscript
Business[] Banking.GetBanks() 
  • Returns an array of Business objects for all existing banks.
mnscript
Business Banking.GetPrimaryBank(Player) 
  • Returns the Business for a player's primary bank.
  • Returns an array of Business objects for all existing banks sorted by relevance for a player. I.E. primary bank first, banks with accounts second, thens sorted by valuation.
  • Requests the account logs for a BankAccount Sorted newest to oldest.
  • Requests access to manage a bank account. This allows the script to manage transactions and deposits for the account. (CAN ONLY BE USED ON PAYMENT KIOSK TERMINALS)
  • Requests to set the primary bank for the user of the terminal.