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