Appearance
OutfitMemorial ​
GameserverMessageOutfitMemorial · inbound · 160 bytes
Subscribe with Engine.on("OutfitMemorial", fn). Print the live usage block with Engine.help("OutfitMemorial").
lua
local Engine = require("sdk.engine")
Engine.on("OutfitMemorial", function(ev)
print(ev.look_type, ev.look_type_ex, ev.mount)
end)| Name | Kind | Nested |
|---|---|---|
look_type | u32 | — |
look_type_ex | u32 | — |
mount | u32 | — |
outfits | rep | — |
mounts | rep | — |
familiars | rep | — |
head | u32 | — |
body | u32 | — |
legs | u32 | — |
feet | u32 | — |
addons | u32 | — |
mounted | u32 | — |
hirelings | rep | — |
auras | rep | — |
effects | rep | — |