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

Prints "No players found matching ___" message.

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

Syntax

   
 C# 
public void MessageNoPlayer(
	string playerName
)

Parameters

playerName
String
Given name, for which no players were found.

Exceptions

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

See Also