GetEquipment

From UODemo Wiki
Revision as of 18:52, 24 November 2012 by Batlin (talk | contribs)

Jump to: navigation, search

integer getequipment(list TargetList, object Mobile);
integer getEquipment(list TargetList, object Mobile);

At the beginning of this function the target list TargetList is emptied.
Then if the given mobile is vali, the first 26 equipeded items will be added to the TargetList.


Return to the Command List.