Appearance
LookAtCreature ​
GameclientMessageLookAtCreature · outbound · 32 bytes
Send scalars/strings with Packet.send. Print the live usage block with Packet.help("LookAtCreature").
lua
local Packet = require("sdk.packet")
Packet.send("LookAtCreature", {
creature_id = 0,
})| Name | Kind | Nested |
|---|---|---|
creature_id | u32 | — |