# Bank Value Is Type

Grammarkey of section section in bank bank is a type
FlagsNative | Function

Returns true if the value contained in the chosen Bank at the specified Key of the specified Section is of the chosen Type.

# Arguments

  • bank — Bank
  • string — Section
  • string — Key
  • int [ preset::BankValueType ] — Type

Returns — bool

native bool BankValueIsType(
	bank b,
	string section,
	string key,
	int type,
);

Category: Bank / Utility

# Examples

— None found —