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

void set_prevent_get(string str);

Sets the object to be non-getable.  When someone tries to get the object the string str will be displayed.

See also: moveable()
