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

Gets a list of commands in a specified category. Note that commands may belong to more than one category.

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

Syntax

   
 C# 
public static CommandDescriptor[] GetCommands(
	CommandCategory category,
	bool includeHidden
)

Parameters

category
CommandCategory

[Missing <param name="category"/> documentation for "M:fCraft.CommandManager.GetCommands(fCraft.CommandCategory,System.Boolean)"]

includeHidden
Boolean

[Missing <param name="includeHidden"/> documentation for "M:fCraft.CommandManager.GetCommands(fCraft.CommandCategory,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:fCraft.CommandManager.GetCommands(fCraft.CommandCategory,System.Boolean)"]

See Also