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

Prints "This command requires ___+ rank" message.

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

Syntax

   
 C# 
public void MessageNoAccess(
	CommandDescriptor cmd
)

Parameters

cmd
CommandDescriptor
Command to check.

Exceptions

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

See Also