← Back to Index
FeatureRegistryPacket (191)
This is the packet that tracks the active feature registry data from the server so that client can place the features themselves.
| Field Name |
Type |
Field Index |
Description |
| FeaturesDataList (Required) |
array<FeatureRegistry::FeatureBinaryJsonFormat> |
0 |
|
FeatureRegistry::FeatureBinaryJsonFormat (Array Item)
| Field Name |
Type |
Field Index |
Description |
| Feature Name (Required) |
string |
0 |
|
| Binary Json Output (Required) |
string |
1 |
|
|