Takes a string name like "combat.melee.crushing" (or whatever) and returns "co.me.cr"

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

Syntax

C#
public static string ShortenSkillName(
	string skill
)

Parameters

skill
Type: System..::..String

[Missing <param name="skill"/> documentation for "M:BaseLib.AbstractSkillTree.ShortenSkillName(System.String)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.AbstractSkillTree.ShortenSkillName(System.String)"]

See Also