Scratch for Java

MapObject::getPropertyBoolean()

Retrieves the value of the specified property as a boolean.

Syntax

Java

.getPropertyBoolean(name)

Parameters

Name Data Type Description
name String the name of the property to retrieve

Return

boolean

getPropertyBoolean()