Sets the skill level for the specified skill.

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

Collapse imageSyntax

C#
public abstract void SetSkillLevel(
	string skill,
	int level
)

Parameters

skill
Type: System..::..String
A String. The skill.
level
Type: System..::..Int32
A Int32. The level to set it to.

Collapse imageSee Also