Click or drag to resize

NetIdIsServer Method

[This is preliminary documentation and is subject to change.]

Returns wheter or not the clientId represents a -1

Namespace:  MLAPI.Transports.UNET
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsServer()
Request Example View Source

Return Value

Type: Boolean
true, if server, false otherwise.
See Also