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

Parses rank name (without the ID) using autocompletion.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public static Rank FindRank(
	string name
)

Parameters

name
String
Full or partial rank name.

Return Value

If name could be parsed, returns the corresponding Rank object. Otherwise returns null.

See Also