Instance.PropertyAtom.getBoolean()

Signature

boolean getBoolean (PropertyAtomBoolean propertyAtomBoolean, long time)

Domain

action, condition, query

Description

Gets the value of the PropertyAtomBoolean passed, at the time stamp specified.

Parameters

NameTypeDescription
propertyAtomBooleanPropertyAtomBooleanThe property atom to get the value for.
timelongTime the value is needed for.

Returns

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

Cautions

none