Difference between revisions of "TBanLists.IsBannedHW"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''function IsBannedHW(HW: string): Boolean; ''''' HW: HWID to be searched Result: ''TRUE'' if the HWID has been found in Game.BanLists.HW array, ''FA...")
 
(No difference)

Latest revision as of 10:53, 12 September 2016

function IsBannedHW(HW: string): Boolean;  
 HW: HWID to be searched
 Result: TRUE if the HWID has been found in Game.BanLists.HW array, FALSE otherwise

Description

Function to be used to check whether HWID is in the Game.BanLists.HW array.