Click or drag to resize

NetworkedBehaviourInvokeClientRpcOnEveryoneExcept Method (String, UInt32, Stream)

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

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void InvokeClientRpcOnEveryoneExcept(
	string methodName,
	uint clientIdToIgnore,
	Stream stream
)
Request Example View Source

Parameters

methodName
Type: SystemString
clientIdToIgnore
Type: SystemUInt32
stream
Type: System.IOStream
See Also