Skip to content

UnjustifiedPoints ​

GameserverMessageUnjustifiedPoints · inbound · 56 bytes

Subscribe with Engine.on("UnjustifiedPoints", fn). Print the live usage block with Engine.help("UnjustifiedPoints").

A specialized decoder also runs for this type and may add richer nested fields.

lua
local Engine = require("sdk.engine")

Engine.on("UnjustifiedPoints", function(ev)
  print(ev.skull_duration)
end)
NameKindNested
daymsgUnjustifiedPointsInfo
weekmsgUnjustifiedPointsInfo
monthmsgUnjustifiedPointsInfo
skull_durationu32—

Arcane SDK catalog generated from scripts/sdk