[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.2 (0.6.3.2)

Syntax

   
 C# 
[CanBeNullAttribute]
public static Rank FindRank(
	string name
)

Parameters

name
String
Full or partial rank name. May be null.

Return Value

If name could be parsed, returns the corresponding Rank object. Otherwise returns null. If null was given instead of rank name, returns null.

See Also