TOnRequestEvent

From Soldat Community Wiki
Revision as of 13:56, 26 July 2013 by Mighty (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Inheritance

Description

Class used in TGame.OnRequest as an event handler type.

user constructable: NO
user destructable:  NO

Declaration

 function (Ip: string; Port: Word; State: Byte; Forwarded: Boolean; Password: string): Integer;
  Ip: Player IP
  Port: Player Port
  State: Current request state
  Forwarded: True if player has been redirected from another server
  Password: Password that a player entered
  Result: Final request state
State Value Description
1 OK
2 Wrong Soldat version
3 Wrong password
4 Banned
5 Server full
6 Duplicate IP