Appearance
SetTactics ​
GameserverMessageSetTactics · inbound · 32 bytes
Subscribe with Engine.on("SetTactics", fn). Print the live usage block with Engine.help("SetTactics").
A specialized decoder also runs for this type and may add richer nested fields.
lua
local Engine = require("sdk.engine")
Engine.on("SetTactics", function(ev)
print(ev.chase_mode, ev.secure_mode, ev.pvp_mode)
end)| Name | Kind | Nested |
|---|---|---|
chase_mode | u8 | — |
secure_mode | u8 | — |
pvp_mode | u32 | — |