Difference between revisions of "GetContents"

From UODemo Wiki
Jump to: navigation, search
(Created page with 'integer '''getContents'''(list ''TargetList'', object ''Container'');<br> integer '''getContents'''(list ''TargetList'', object ''Container'');<br> At the beginning of this func…')
 
(No difference)

Latest revision as of 18:52, 24 November 2012

integer getContents(list TargetList, object Container);
integer getContents(list TargetList, object Container);

At the beginning of this function the target list TargetList is emptied.
Then if the given container is valid, the contents are appended to the TargetList.
This function is not recursive if it finds a container. You will need to call getContents on that container yourself.


Return to the Command List.