Difference between revisions of "TBanLists.AddHWBan"
(Created page with " '''''procedure AddHWBan(HW, Reason: string; Duration: Integer)''''' HW: HWID to be banned Reason: description of ban cause Duration: ==Description== Adds a new HWID ban...") |
|||
Line 7: | Line 7: | ||
{{expand|''Duration'' parameter description. What is the unit?}} | {{expand|''Duration'' parameter description. What is the unit?}} | ||
+ | {{expand|What if HWID is already banned?}} | ||
[[Category:TBanLists]] | [[Category:TBanLists]] |
Latest revision as of 09:47, 12 September 2016
procedure AddHWBan(HW, Reason: string; Duration: Integer) HW: HWID to be banned Reason: description of ban cause Duration:
Description
Adds a new HWID ban to TGame.BanLists.
Expand with: Duration parameter description. What is the unit? |
Expand with: What if HWID is already banned? |