TJoinType

From Soldat Community Wiki
Revision as of 12:45, 12 September 2016 by Mighty (talk | contribs) (Created page with "==Description== Type used by TPlayers.Add to determine verbality of server<br> TJoinSilent will prevent join line from appearing, TJoinNormal will not ==Declaration== <sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Type used by TPlayers.Add to determine verbality of server
TJoinSilent will prevent join line from appearing, TJoinNormal will not

Declaration

 type TJoinType = Enum (TJoinNormal, TJoinSilent)