From the NannyMUD documentation
2000-12-14
NAME
objectp - True if the value of a variable is an object.SYNTAX
int objectp(mixed testvar)DESCRIPTION
This function return 1 if `testvar' was of the type object, and 0 otherwise.SEE ALSO
intp in efun/type_related/intpSEE ALSO
stringp in efun/type_related/stringpSEE ALSO
pointerp in efun/type_related/pointerpSEE ALSO
mappingp in efun/type_related/mappingp