getCached

abstract fun getCached(propertyId: Int): PropertyData

Deprecated

Use getCachedPropertyData instead for naming consistency with getCachedBuildingData.

Get a property's cached PropertyData from core library based on property id.

Return

The stored property data that was requested. See PropertyData

Parameters

propertyId

The stored property's property id.