# Store Point

Grammar — Store point value as key of section section in bank bank
FlagsNative | Action

Stores a Point value to the specified Bank. The Section and Key parameters determine where the value is stored in the bank file, and must be used to load the value later. You must save a bank after storing a value, otherwise the value will not exist to load later.

# Arguments

  • bank — Bank
  • string — Section
  • string — Key
  • point — Value

Returns — void

native void BankValueSetFromPoint(
	bank b,
	string section,
	string key,
	point value,
);

Category: [Bank / Store & Load](/galaxy/reference#bank-store &-load)

# Examples

— None found —