← Back to Index
CameraAimAssistActorPriorityPacket (339)
Camera aim-assist actor priority data sent from the server to clients.
Sent by the server to clients for updating the actor priority for client aim-assist systems.
| Field Name |
Type |
Field Index |
Description |
| Camera Aim-Assist Actor Priority List (Required) |
array<AimAssistActorPriorityData> |
0 |
|
AimAssistActorPriorityData (Array Item)
| Field Name |
Type |
Field Index |
Description |
| Preset Index (Required) |
int32 |
0 |
|
| Category Index (Required) |
int32 |
1 |
|
| Actor Index (Required) |
int32 |
2 |
|
| Priority Value (Required) |
int32 |
3 |
|
|