Mudlib *grammar* ***************** Documentation for the living-grammar functions for the mudlib in */std/living/grammar.c*. Functions ========= .. c:function:: void set_gender(int x) set the objects gender. 0 == neuter, 1 == male, 2 == female .. c:function:: int query_gender() query an object's gender .. c:function:: string query_gender_string() Query the string representation of an objects gender .. c:function:: string query_pronoun() return the (subjective) pronoun of a object (he, she, it) .. c:function:: string query_objective() return the objective pronoun of an object (it, him, her) .. c:function:: string query_subjective() return the subjective pronoun of an object (he, she, it) .. c:function:: string query_possessive() return the possessive pronoun of an object (his, her, its) .. c:function:: string query_named_possessive() return the named possessive of an object (Foo's) .. c:function:: string query_reflexive() return the reflexive pronoun of an object (himself, herself, itself) *File generated by Lima 1.1a4 reStructured Text daemon.*