Skip to content

SkillWheel ​

GameserverMessageSkillWheel · inbound · 152 bytes

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

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

Engine.on("SkillWheel", function(ev)
  print(ev.preset, ev.promotion, ev.vocation)
end)
NameKindNested
presetu32—
promotionu32—
vocationu32—
pointsu32—
spentu32—
gem_countu32—
mod_countu32—
gemsrepGem
modsrepModWithGrade
extra_modsrepModWithGrade
via_cyclopediau8—
max_pointsu32—
bonus_promotion_point_itemsrepBonusPromotionPointItem

Arcane SDK catalog generated from scripts/sdk