Scratch for Java

MapObject::getPropertyInt()

Retrieves the value of a property with the specified name and converts it to an integer.

Syntax

Java

.getPropertyInt(name)

Parameters

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

Return

int

getPropertyInt()