IPropertyOwner

A type which contains properties.

The public property interface interprets everything as floating point values.

Members

Functions

getProperty
float getProperty(quark key)

Gets the value of a given property.

getPropertyDefault
float getPropertyDefault(quark key)

Gets the default value of a given property.

hasProperty
bool hasProperty(quark key)

Gets whether a property with the given name exists in the object.

resetProperties
void resetProperties()

Resets all properties.

resetProperty
void resetProperty(quark key)

Resets the given property.

setProperty
void setProperty(quark key, float value)

Sets the value of the property.

Meta