Skip to content

ShapedPerkReshapeOffers ​

GameserverMessageShapedPerkReshapeOffers · inbound · 56 bytes

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

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

Engine.on("ShapedPerkReshapeOffers", function(ev)
  print(ev.weapon_id)
end)
NameKindNested
weapon_idu32—
weapon_proficiency_perk_pickmsgWeaponProficiencyPerkPick
weapon_proficiency_perk_shapingsrepWeaponProficiencyPerkShaping

Arcane SDK catalog generated from scripts/sdk