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

Sets the name and ID of this Rank.

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

Syntax

   
 C# 
public Rank(
	string name,
	string id
)

Parameters

name
String
Name to assign to this Rank.
id
String
Unique ID to assing to this Rank. Use RankManager.GenerateID to generate.

Exceptions

ExceptionCondition
System..::..ArgumentNullException If name or id is null.

See Also