Method WorldPacket:GetOpcode [-] [+]
Returns the opcode of the WorldPacket.
Synopsis
            opcode = WorldPacket:GetOpcode()
        
Arguments
None.
Returns
- number opcode
- Valid numbers: integers from 0 to 65,535. 
Returns the opcode of the WorldPacket.
            opcode = WorldPacket:GetOpcode()
        
None.
number opcodeValid numbers: integers from 0 to 65,535.
            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).