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

Checks whether a command name is acceptable. Constraints are similar to Player.IsValidName, except for minimum length.

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

Syntax

   
 C# 
public static bool IsValidCommandName(
	string name
)

Parameters

name
String
Command name to check.

Return Value

True if the name is valid.

Exceptions

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

See Also