RaiseEvent
Method
Raise a remote event to specific set of actors
Parameters
| Parameter | Description |
|---|---|
| IReadOnlyCollection<int> targetActors | Which actors to raise this event for. For GC efficiency, passing in a int[] type is recommended |
| byte eventID | |
| object[] args |