TBanLists.IsBannedIP
Revision as of 09:54, 12 September 2016 by Mighty (talk | contribs) (Created page with " '''''function IsBannedHW(IP: ShortString): Boolean; ''''' IP: IP to be searched Result: ''TRUE'' if the IP has been found in Game.BanLists.IP array, ''F...")
function IsBannedHW(IP: ShortString): Boolean; IP: IP to be searched Result: TRUE if the IP has been found in Game.BanLists.IP array, FALSE otherwise
Description
Function to be used to check whether IP is in the Game.BanLists.IP array.