Returns the current value of an entity’s property.
(getpropertyvalue
ename propertyname [or collectionName index name]
)
Arguments
-
ename
-
Name of the entity being queried. The ename can refer to either a graphical or a non-graphical entity.
-
propertyname
-
Name of the property being queried. For a list of all the valid property names of a given object, use dumpallproperties.
-
collectionName
-
If the object is a collection object, the Collection name is passed here.
-
index
-
The collection index being queried.
-
name
-
The name of the property within the collection being queried.
Return Values
The value of the entity’s property.
Examples
The following example demonstrates how to get the current radius value of a circle.
Command: (command "_circle" "2,2" 2)
nil
Command: (getpropertyvalue (entlast) "radius")
2.0