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

Syntax

   
 C# 
[CanBeNullAttribute]
public static Rank FindRank(
	int index
)

Parameters

index
Int32

Return Value

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

See Also