GetContents

From UODemo Wiki
Jump to: navigation, search

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.