AttributesSyncInvokeRemoteMethod(Int32, UserId, Object) Method
Invoke a method with the SynchronizableMethod attribute on target user with given parameters.
Namespace: Alteruna.MultiplayerAssembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
public void InvokeRemoteMethod(
int id,
UserId user,
params Object[] parameters
)
Parameters
- id Int32
- ID of method. Get the id by calling GetMethodAttributeId(string).
- user UserId
- target user
- parameters Object
- Argument(s) of a target method