RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Resource icon

Bittiez Utilities 0.0.3

No permission to download
Added:

This will return a List-SkillName- of all skills in the system.
EX:
C#:
List<SkillName> Skillz = Bittiez.Tools.List_All_Skills();
This will return a list of all items in a container, if Search_Sub_Containers is true, it will recursevly search all containers recursevly.
Ex:
C#:
List<Item> Items = List_Items_In_Container((BaseContainer)Mobile.Backpack, true);
Top