Returns the skill level for the specified skill.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public abstract int GetSkillLevel(
	string skill
)

Parameters

skill
Type: System..::..String
A String. The skill whose level is returned.

Return Value

A Int32. The level.

See Also