mud/lib/doc/sefun/archp
2020-09-06 05:43:07 -07:00

31 lines
659 B
Plaintext

ARCHP(1) ARCHP(1)
NAME
archp() - returns true for arches
SYNOPSIS
int archp(object ob)
DESCRIPTION
For any object which is passed which is a user object and
in either the SUPERUSER or ASSIST groups, this function
returns true.
EXAMPLES
archp(this_player()) will return true if this_player() is
in the SUPERUSER or ASSIST groups.
LOCATION
/secure/sefun/pointers.c
SEE ALSO
ambassadorp(), high_mortalp(), leaderp(), userp(),
wizardp()
Author
Descartes of Borg
1