TOnTCPCommandEvent
Revision as of 01:02, 12 November 2017 by Savage0795 (talk | contribs) (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...")
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 "/")