Mudlib *simple_slots* ********************** Documentation for the armour-simple_slots functions for the mudlib in */std/adversary/armour/simple_slots.c*. Functions ========= .. c:function:: nomask int wear_item(object what, string sname) nomask int wear_item(object what, string sname); Wear item 'what' on armour slot 'sname'. .. c:function:: nomask int remove_item(object what, string sname) nomask int remove_item(object what, string sname); Remove armour 'what' from armour slot 'sname'. .. c:function:: nomask int has_body_slot(string what) nomask int has_body_slot(string what); Returns 1 if 'what' is a valid armour slot. .. c:function:: string *query_armour_slots() string *query_armour_slots(); Returns an array of all valid armour slots. *File generated by Lima 1.1a4 reStructured Text daemon.*