Skip to content

Outfit ​

GameserverMessageOutfit · inbound · 128 bytes

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

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

Engine.on("Outfit", function(ev)
  print(ev.current_looktype, ev.mount_id, ev.mounted)
end)
NameKindNested
outfitmsgOutfit
current_mountmsgOutfit
current_looktypeu32—
outfitsrepAvailableOutfitData
mountsrepAvailableOutfitData
familiarsrepAvailableOutfitData
mount_idu32—
mountedu8—
familiar_idu32—
outfit_for_both_gendersrepOutfitForBothGenders
socketmsgShowOffSocketConfiguration
randomizeu8—

Arcane SDK catalog generated from scripts/sdk