TBannedIP

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

Description

Type used by IP to store IP bans data in an array.

Declaration

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