# Bank Key Name

Grammar — Name of bank bank key key in section section
FlagsNative | Function

Returns the string name of the Key, chosen by Integer position, of the specified Section of the chosen Bank.

# Arguments

  • bank — Bank
  • string — Section
  • int — Key

Returns — string

native string BankKeyName(
	bank b,
	string section,
	int index,
);

Category: Bank / Utility

# Examples

— None found —