MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / GetOpcode

Method GetOpcode

zone/lua_packet.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71int Lua_Packet::GetOpcode() {
72 Lua_Safe_Call_Int();
73 return static_cast<int>(self->GetOpcode());
74}
75
76void Lua_Packet::SetOpcode(int op) {
77 Lua_Safe_Call_Void();

Callers 10

ProcessMethod · 0.45
ProcessMethod · 0.45
HandlePacketMethod · 0.45
HandleChecksumPacketMethod · 0.45
QueuePacketMethod · 0.45
HandlePacketMethod · 0.45
IsFilteredAFKPacketMethod · 0.45
lua_packet.cppFile · 0.45
Lua_PacketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected