Appearance
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,
})| Name | Kind | Nested |
|---|---|---|
weapon_id | u32 | — |
action | u32 | — |
perks | rep | WeaponProficiencyPerkPick |
perk_id | u32 | — |