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

Prints "No worlds found matching ___" message.

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

Syntax

   
 C# 
public void MessageNoWorld(
	string worldName
)

Parameters

worldName
String
Given name, for which no worlds were found.

Exceptions

ExceptionCondition
System..::..ArgumentNullException worldName is null.

See Also