Appearance
CreatureOutfit ​
GameserverMessageCreatureOutfit · inbound · 32 bytes
Subscribe with Engine.on("CreatureOutfit", fn). Print the live usage block with Engine.help("CreatureOutfit").
lua
local Engine = require("sdk.engine")
Engine.on("CreatureOutfit", function(ev)
print(ev.name)
end)| Name | Kind | Nested |
|---|---|---|
data | msg | CreatureData |