AttributesSyncInvokeRemoteMethod(Int32, ListUInt16, Object) Method
Invoke a method with the SynchronizableMethod attribute on target users with given parameters.
Namespace: Alteruna.MultiplayerAssembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
public void InvokeRemoteMethod(
int id,
List<ushort> users,
params Object[] parameters
)
Parameters
- id Int32
- ID of method. Get the id by calling GetMethodAttributeId(string).
- users ListUInt16
- target users
- parameters Object
- Argument(s) of a target method