Difference between revisions of "TOnTCPCommandEvent"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "==Description== Type used by TGame.OnTCPCommand as an event handler type. ==Declaration== function (Ip: string; Port: Word; Command: string): Boolean; IP: Admin's IP...")
 
(No difference)

Latest revision as of 02:02, 12 November 2017

Description

Type used by TGame.OnTCPCommand as an event handler type.

Declaration

 function (Ip: string; Port: Word; Command: string): Boolean;
  IP: Admin's IP address
  Port: Port that admin connected with
  Command: Admin's command (any message starting with "/")