# Backup Bank

Grammar — Backup toBackUp bank for player with player id playerId
FlagsNative | Action

Creates a backup of the passed in bank and saves it into another bank with the same name appended with a backup#” string in a backup directory where your banks are saved. This can only be called from either the MapInit event or Generic event.

# Arguments

  • bank — To Backup
  • int — PlayerId

Returns — void

native void BankBackup(bank toBackUp, int playerId);

Category: Bank / Utility

# Examples

— None found —