TBanLists.IsBannedIP

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