Version:
Back to list
Core :: getProperty
Synopsis
Get a property value as String on an entity (error if the property does not exist on the entity)GUI Dialog
Script function
core.getProperty(entity, propertyName) -> valueParameters
entity (Entity) : The entity
propertyName (String) : The property name
Return value
value (String) : The property value as String