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

Loads configuration from file.

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

Syntax

   
 C# 
public static void Load(
	bool skipRankList,
	bool raiseReloadedEvent
)

Parameters

skipRankList
Boolean
If true, skips over rank definitions.
raiseReloadedEvent
Boolean
Whether ConfigReloaded event should be raised.

See Also