Skip to content

RemoveGraphicalEffect ​

GameserverMessageRemoveGraphicalEffect · inbound · 32 bytes

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

A specialized decoder also runs for this type and may add richer nested fields.

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

Engine.on("RemoveGraphicalEffect", function(ev)
  print(ev.name)
end)
NameKindNested
appearancemsgAppearanceInstance

Arcane SDK catalog generated from scripts/sdk