-
Notifications
You must be signed in to change notification settings - Fork 3
SendPropertyAction v3
Hoid2 edited this page Jan 19, 2022
·
2 revisions
Send property actions send property changes to the client. Properties only work with some screen handler types.
They look like:
{
...common fields...
"property": "",
"value": 0
}
(common fields are specified in Actions v3)
This is the property to send. This is a string.
Types
"FIRE_LEVEL""MAX_FUEL_BURN_TIME""CURRENT_PROGRESS""MAX_PROGRESS""TOP_LEVEL_REQ""MIDDLE_LEVEL_REQ""BOTTOM_LEVEL_REQ""ENCHANT_SEED""TOP_ENCHANTMENT_ID""MIDDLE_ENCHANTMENT_ID""BOTTOM_ENCHANTMENT_ID""TOP_ENCHANTMENT_LEVEL""MIDDLE_ENCHANTMENT_LEVEL""BOTTOM_ENCHANTMENT_LEVEL""POWER_LEVEL""FIRST_EFFECT""SECOND_EFFECT""LEVEL_COST""BREW_TIME""POWDER_FUEL_TIME""SELECTED"
This is the value to send. This is an integer.