Appearance
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)| Name | Kind | Nested |
|---|---|---|
outfit | msg | Outfit |
current_mount | msg | Outfit |
current_looktype | u32 | — |
outfits | rep | AvailableOutfitData |
mounts | rep | AvailableOutfitData |
familiars | rep | AvailableOutfitData |
mount_id | u32 | — |
mounted | u8 | — |
familiar_id | u32 | — |
outfit_for_both_genders | rep | OutfitForBothGenders |
socket | msg | ShowOffSocketConfiguration |
randomize | u8 | — |