[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.1 (0.6.3.1)

Syntax

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

Parameters

category
CommandCategory
includeHidden
Boolean

See Also