Difference between revisions of "TBanLists.IsBannedIP"

From Soldat Community Wiki
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 10:54, 12 September 2016

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.