TGame.OnTCPCommand

From Soldat Community Wiki
Revision as of 01: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.