[This is preliminary documentation and is subject to change.]
Prints "No worlds found matching ___" message.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
| C# |
public void MessageNoWorld( string worldName )
Parameters
- worldName
- String
Given name, for which no worlds were found.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If worldName is null. |