Instance.PropertyArray.removeBoolean()

Signature

boolean removeBoolean (PropertyArrayBoolean arr, boolean value)

Domain

ACTION, BUI

Description

This method removes the first occurrence of PropertyAtomBoolean for which the current value equals to value from a PropertyArrayBoolean. It returns true and shifts all the subsequent array elements PropertyAtomBoolean to the left (substracts one to their indices) if the PropertyAtomBoolean is found, false otherwise.

Parameters

NameTypeDescription
arrPropertyArrayBooleanA PropertyArrayBoolean for the action to be performed on.
valuebooleanCurrent value of the PropertyAtomBoolean for removal.

Returns

TypeDescription
booleanif a PropertyAtomBoolean is removed.

Cautions

none