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

Calls this command.

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

Syntax

   
 C# 
public bool Call(
	Player player,
	Command cmd,
	bool raiseEvent
)

Parameters

player
Player
Player who called the command.
cmd
Command
Command arguments.
raiseEvent
Boolean
Whether CommandCalling and CommandCalled events should be raised.

Return Value

True if the command was called succesfully. False if the call was cancelled by the CommandCalling event.

See Also