GameRulesChangedPacketData
| Field Name |
Type |
Field Index |
Description |
| Rules List (Required) |
array<GameRule> |
0 |
|
GameRule (Array Item)
| Field Name |
Type |
Field Index |
Description |
| Rule Name (Required) |
string |
0 |
|
| Rule Can Be Modified (Required) |
boolean |
1 |
|
| Rule Value (Required) |
oneOf |
2 |
|
oneOf<null, boolean, int32, float>:
| Control Value [uint32] |
Type |
Details |
| 0 |
null |
- |
| 1 |
boolean |
Underlying: boolean |
| 2 |
int32 |
Underlying: int32 |
| 3 |
float |
Underlying: float |
|
|
|