Skip to content

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.

NameValueSummary
ServiceServiceHealing service class.
STATUS_BITScopy(STATUS_BITS)Named condition bits used by healing rules.

new

function · new(options?: HealingServiceOptions): HealingService

Create a healing decision service.

Parameters

NameTypeSummary
optionsHealingServiceOptions

Returns

TypeSummary
HealingService

Arcane SDK catalog generated from scripts/sdk