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

void add_property(string prop, mixed val);

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

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

