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

Loads configuration from file.

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

Syntax

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

Parameters

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

Return Value

True if loading succeeded.

See Also