MLAPI/docs/P_MLAPI_NetworkingManager_MyClientId.md
2018-03-31 10:20:18 +02:00

24 lines
569 B
Markdown

# NetworkingManager.MyClientId Property
The clientId the server calls the local client by, only valid for clients
**Namespace:**&nbsp;<a href="N_MLAPI">MLAPI</a><br />**Assembly:**&nbsp;MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
## Syntax
**C#**<br />
``` C#
public int MyClientId { get; }
```
<br />
#### Property Value
Type: <a href="http://msdn2.microsoft.com/en-us/library/td2s409d" target="_blank">Int32</a>
## See Also
#### Reference
<a href="T_MLAPI_NetworkingManager">NetworkingManager Class</a><br /><a href="N_MLAPI">MLAPI Namespace</a><br />