TGame.OnTCPCommand
Revision as of 00:01, 12 November 2017 by Savage0795 (talk | contribs) (Created page with " '''''property OnTCPCommand''''' Access mode: RW Event handler type: TOnTCPCommandEvent Event handler declaration: function ('''Ip''': string; '''Port''': Word; '''C...")
property OnTCPCommand Access mode: RW Event handler type: TOnTCPCommandEvent Event handler declaration: function (Ip: string; Port: Word; Command: string): Boolean;
Description
Event property called when a TCP admin sends a command (any message starting with "/") to the server.