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

Registers a custom command with fCraft. CommandRegistrationException may be thrown if the given descriptor does not meet all the requirements.

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

Syntax

   
 C# 
public static void RegisterCustomCommand(
	CommandDescriptor descriptor
)

Parameters

descriptor
CommandDescriptor

[Missing <param name="descriptor"/> documentation for "M:fCraft.CommandManager.RegisterCustomCommand(fCraft.CommandDescriptor)"]

See Also