Skip to content

WeaponProficiencyCommand ​

GameclientMessageWeaponProficiencyCommand · outbound · 56 bytes

Send scalars/strings with Packet.send. Print the live usage block with Packet.help("WeaponProficiencyCommand").

lua
local Packet = require("sdk.packet")

-- Nested perks need a helper. Scalars/strings only below.
Packet.send("WeaponProficiencyCommand", {
  weapon_id = 0,
  action = 0,
  perk_id = 0,
})
NameKindNested
weapon_idu32—
actionu32—
perksrepWeaponProficiencyPerkPick
perk_idu32—

Arcane SDK catalog generated from scripts/sdk