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

Calls this command.

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

Syntax

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

Parameters

player
Player
Player who called the command.
cmd
CommandReader
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