TBannedHW

From Soldat Community Wiki
Revision as of 14:37, 9 September 2016 by Mighty (talk | contribs) (Created page with "==Description== Type used by {{link|TBanLists|HW}} to store HWID bans data in an array. ==Declaration== <syntaxhighlight lang="pascal"> type TBannedHW = RECORD HW: string...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Type used by HW to store HWID bans data in an array.

Declaration

 type TBannedHW = RECORD 
  HW: string; // HWID that has been banned
  Time: Integer; 
  Reason: string; // Reason of the ban
 end;
Expand with: What does Time field hold