Click or drag to resize

NetworkedBehaviourInvokeClientRpc Method (String, ListUInt32, 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 InvokeClientRpc(
	string methodName,
	List<uint> clientIds,
	Stream stream
)
Request Example View Source

Parameters

methodName
Type: SystemString
clientIds
Type: System.Collections.GenericListUInt32
stream
Type: System.IOStream
See Also