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

Creates a WOM configuration string.

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

Syntax

   
 C# 
[NotNullAttribute]
public string GenerateWoMConfig(
	bool sendMotd
)

Parameters

sendMotd
Boolean
Determines if the motd is sent with the configuration string.

Return Value

Configuration settings string to send to client.

See Also