ConnectionOpenedEventArgs Class¶
[This is preliminary documentation and is subject to change.]
[Missing documentation for “T:Game.Subsystems.Network.Events.ConnectionOpenedEventArgs”]
Inheritance Hierarchy¶
System.Object System.EventArgs Game.Subsystems.Network.Events.ConnectionEventArgs Game.Subsystems.Network.Events.ConnectionOpenedEventArgs Namespace: Game.Subsystems.Network.EventsAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax¶
C#
public class ConnectionOpenedEventArgs : ConnectionEventArgs
The ConnectionOpenedEventArgs type exposes the following members.
Properties¶
Name | Description | |
|---|---|---|
| NetWorker | (Inherited from ConnectionEventArgs.) |
| NetworkingPlayer | (Inherited from ConnectionEventArgs.) |
Back to Top

