Click or drag to resize

NetworkedBehaviourInvokeServerRpcT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17 Method (NetworkedBehaviourAction`17T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17)

[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 InvokeServerRpc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>(
	Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> method,
	T1 t1,
	T2 t2,
	T3 t3,
	T4 t4,
	T5 t5,
	T6 t6,
	T7 t7,
	T8 t8,
	T9 t9,
	T10 t10,
	T11 t11,
	T12 t12,
	T13 t13,
	T14 t14,
	T15 t15,
	T16 t16,
	T17 t17
)
Request Example View Source

Parameters

method
Type: ActionT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17
t1
Type: T1
t2
Type: T2
t3
Type: T3
t4
Type: T4
t5
Type: T5
t6
Type: T6
t7
Type: T7
t8
Type: T8
t9
Type: T9
t10
Type: T10
t11
Type: T11
t12
Type: T12
t13
Type: T13
t14
Type: T14
t15
Type: T15
t16
Type: T16
t17
Type: T17

Type Parameters

T1
T2
T3
T4
T5
T6
T7
T8
T9
T10
T11
T12
T13
T14
T15
T16
T17
See Also