[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.2.4 (0.6.2.4)

Syntax

   
 C# 
public static bool IsValidName(
	string name
)

Parameters

name
String

[Missing <param name="name"/> documentation for "M:fCraft.World.IsValidName(System.String)"]

Return Value

[Missing <returns> documentation for "M:fCraft.World.IsValidName(System.String)"]

See Also