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

32 lines
775 B
Plaintext

REFLEXIVE(1) REFLEXIVE(1)
NAME
reflexive() - returns the reflexive pronoun for a gender
SYNOPSIS
string reflexive(string|object val)
DESCRIPTION
This function returns a reflexive pronoun ("himself",
"herself", or "itself") based on the gender passed as the
first argument if the first argument is a string, or based
on the gender of the first argument if it is an object.
EXAMPLES
o reflexive(this_player()) returns "himself" for
Descartes
LOCATION
/secure/sefun/english.c
SEE ALSO
nominative(), objective(), possessive(),
possessive_pronoun()
Author
Descartes of Borg
1