mud/lib/doc/efun/interactive/wizardp
2020-09-06 05:43:07 -07:00

14 lines
334 B
Plaintext

wizardp - determines if a given object had enable_wizard() performed in it
int wizardp( object );
This efun is only available if NO_WIZARDS is not compiled in.
Returns 1 if the arg had enable_wizard() performed on it.
See also:
disable_wizard,
enable_wizard
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere