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

26 lines
538 B
Plaintext

USER_EXISTS(1) USER_EXISTS(1)
NAME
user_exists() - returns true if a given user exists
SYNOPSIS
int user_exists(string str)
DESCRIPTION
If the argument passed is an existing player, this
function returns true. Otherwise the function returns
false.
EXAMPLES
user_exists("descartes") returns true on Nightmare
LOCATION
/secure/sefun/user_exists.c
Author
Descartes of Borg
1