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

Returns index of skill with specified name or -1 if not found. Comparsion is case sensitive.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int IndexOf(
	string skillName
)
Public Function IndexOf ( _
	skillName As String _
) As Integer
public:
int IndexOf(
	String^ skillName
)

Parameters

skillName
String
Searched skill name.

Return Value

Index of skill in list or -1.

See Also