[This is preliminary documentation and is subject to change.]
The PlayerInfoBeingCreatedEventArgs type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| Cancel | ||
| IP | IP Address from which player has connected. May be null if adding an unrecognized/offline player. | |
| IsUnrecognized | Whether new player is unrecognized. | |
| Name | Name of the new player for whom PlayerInfo is being created. | |
| StartingRank | Rank to assign to the new player. Defaults to RankManager.DefaultRank. |