[This is preliminary documentation and is subject to change.]

The Skills type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Add(SkillData)
Adds new skill to the end of the list.
Dispose()()()
Frees all resources holded by this object.
GetEnumerator()()()
Gets skills enumerator.
IndexOf(SkillData)
Returns index of specified data or -1 if not found.
IndexOf(String)
Returns index of skill with specified name or -1 if not found. Comparsion is case sensitive.
Load(String, String)
Loads skills from files.
RemoveLast()()()
Removes last skill at the list.
Save(String, String)
Stores this object to specified files.

See Also