mud/lib/doc/efun/mixed/objectp
2020-09-06 05:43:07 -07:00

8 lines
195 B
Plaintext

objectp - determine whether or not a given variable is an object
int objectp( mixed arg );
Return 1 if `arg' is an object.
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere