heal

Module: heal — player_heal.lua

What it does

Fully restores the local player to perfect health in one instant operation. The following are all reset simultaneously:

Trigger type

heal

Parameters

ParameterTypeDefaultValid ValuesDescription
type string required "heal" Module trigger identifier. This is the only parameter used by this module.

Examples

Full instant heal
{ type="heal" }
With viewer attribution (unused by module)
{ type="heal", viewer="KindViewer" }
Channel point redeem example
{ type="heal", user="HelpfulViewer", cost=1000 }