Difference between revisions of "TBanLists.DelHWBan"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''function DelHWBan(HW: string): Boolean; ''''' HW: HWID to be unbanned Result: ==Description== Adds a new IP ban to TGame.BanLists. {{expand|''Result'' paramete...")
 
 
Line 3: Line 3:
 
   Result:  
 
   Result:  
 
==Description==
 
==Description==
Adds a new IP ban to [[TGame.BanLists]].
+
Attempts to remove a HWID ban from [[TGame.BanLists]].
  
 
{{expand|''Result'' parameter description}}
 
{{expand|''Result'' parameter description}}
  
 
[[Category:TBanLists]]
 
[[Category:TBanLists]]

Latest revision as of 10:49, 12 September 2016

function DelHWBan(HW: string): Boolean; 
 HW: HWID to be unbanned
 Result: 

Description

Attempts to remove a HWID ban from TGame.BanLists.

Expand with: Result parameter description