# Bank Size As Text

Grammar — Size in bytes of Bank name for player player
FlagsNative | Function

Returns the size in bytes of a bank, chosen by the Name parameter, for the chosen Player.

# Arguments

  • string — Name
  • int — Player

Returns — text

native text BankSizeAsText(string name, int player);

Category: Bank / Utility

# Examples

— None found —