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

Ensures that player name has the correct length (2-16 characters) and character set (alphanumeric chars and underscores allowed).

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

Syntax

   
 C# 
public static bool IsValidName(
	string name
)

Parameters

name
String

See Also