Difference between revisions of "TOnCommandEvent"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "==Description== Type used by TActivePlayer.OnCommand as an event handler type. ==Declaration== procedure (Player: TActivePlayer; Command: string); Player: player t...")
 
(No difference)

Latest revision as of 10:01, 31 July 2013

Description

Type used by TActivePlayer.OnCommand as an event handler type.

Declaration

procedure (Player: TActivePlayer; Command: string);
 Player: player trying to execute a command
 Command: player input, including "/" character