Instance.PropertyAtom.getBooleanHistoryValue()

Signature

boolean getBooleanHistoryValue (PropertyAtomBoolean propertyAtomBoolean, int idx)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Gets the value of the PropertyAtomBoolean passed, at the specified index in the ring buffer. oldest value is at index 0.

Parameters

NameTypeDescription
propertyAtomBooleanPropertyAtomBooleanThe property atom to get the value for.
idxintIndex of the value needed in the ring buffer.

Returns

TypeDescription
booleanThe result, meaning get the property value at the given index.

Cautions

none