LPC Library Functions: wizardp

NAME

wizardp() - determines if a given object has wizard privileges

SYNOPSIS

int wizardp( object ob );

DESCRIPTION

wizardp() returns 1 if the object 'ob' is considered to be a wizard by the driver; the driver considers 'ob' to be a wizard if 'ob' has previously called enable_wizard().

Note that this function is only available when the driver flag NO_WIZARDS is not defined.

SEE ALSO

disable_wizard(), enable_wizard()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS