← Back to Index
TrimDataPacket (302)
Sent from the server on level startup to send all trim patterns to the client.
- mTrimPatterns: vector of TrimPattern
- mTrimMaterials: vector of TrimMaterial
| Field Name |
Type |
Field Index |
Description |
| TrimPattern List (Required) |
array<TrimPattern> |
0 |
|
TrimPattern (Array Item)
| Field Name |
Type |
Field Index |
Description |
| Item Name (Required) |
hashed_string |
0 |
|
| Pattern Id (Required) |
hashed_string |
1 |
|
|
| TrimMaterial List (Required) |
array<TrimMaterial> |
1 |
|
TrimMaterial (Array Item)
| Field Name |
Type |
Field Index |
Description |
| Material Id (Required) |
hashed_string |
0 |
|
| Color (Required) |
string |
1 |
|
| Item Name (Required) |
hashed_string |
2 |
|
|