Difference between revisions of "TGame.OnTCPCommand"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''property OnTCPCommand''''' Access mode: RW Event handler type: TOnTCPCommandEvent Event handler declaration: function ('''Ip''': string; '''Port''': Word; '''C...")
 
(No difference)

Latest revision as of 01:01, 12 November 2017

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.