# Restore Bank Backup

Grammar — Restore originalBank with its backup bank with backup id backupId for player with id playerId
FlagsNative | Action

Restores the original bank with the contents from its backup bank with backup id if it exists, for the particular player. The backup bank will always look for your passed in bank name with an appended on backup#” string.

# Arguments

  • bank — Original Bank
  • int — Player
  • int — Backup Id

Returns — void

native void BankRestore(
	bank originalBank,
	int playerId,
	int backupId,
);

Category: Bank / Utility

# Examples

— None found —