Method WorldPacket:SetOpcode [-] [+]
Sets the opcode of the WorldPacket to the specified opcode.
Synopsis
WorldPacket:SetOpcode( opcode )
Arguments
Opcodes opcode
See Opcodes.h for all known opcodes.
Returns
Nothing.
Sets the opcode of the WorldPacket to the specified opcode.
WorldPacket:SetOpcode( opcode )
Opcodes opcode
See Opcodes.h for all known opcodes.
Nothing.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).