GetEquipment

From UODemo Wiki
Revision as of 18:37, 24 November 2012 by Batlin (talk | contribs) (Created page with 'integer '''getequipment'''(list ''TargetList'', object ''Mobile'');<br> integer '''getEquipment'''(list ''TargetList'', object ''Mobile'');<br> At the beginning of the function …')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

At the beginning of the function is that target list TargetList will be emptied.
Then if the the given mobile is valid then the first 26 equipeded items will be added to the TargetList.


Return to the Command List.