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

Finds rank by index. Rank at index 0 is the highest.

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

Syntax

   
 C# 
public static Rank FindRank(
	int index
)

Parameters

index
Int32

[Missing <param name="index"/> documentation for "M:fCraft.RankManager.FindRank(System.Int32)"]

Return Value

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

See Also