Local Functions (/std/inheritables/object.c)

mixed query_property(string prop);

This function returns the property value of a given property prop.  If the property was not defined 0 is returned.

See also: set_property(), add_property(), remove_property(), query_properties(), set_properties()

