Appearance
sdk.healing_service
@type library Self-only healing/support policy service. Rules decide what should happen; the global action broker decides when it may happen alongside other scripts.
lua
local M = require("sdk.healing_service")Constants
Lua 5.4 has no enums — these are integer (or string) fields on the module.
| Name | Value | Summary |
|---|---|---|
Service | Service | Healing service class. |
STATUS_BITS | copy(STATUS_BITS) | Named condition bits used by healing rules. |
new
function · new(options?: HealingServiceOptions): HealingService
Create a healing decision service.
Parameters
| Name | Type | Summary |
|---|---|---|
options | HealingServiceOptions | — |
Returns
| Type | Summary |
|---|---|
HealingService | — |