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

void set_property(string prop, mixed val);

Sets a property in the object.
This does the same thing as add_property().

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

