Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
int Lua_Packet::GetOpcode() {
72
Lua_Safe_Call_Int();
73
return static_cast<int>(self->GetOpcode());
74
}
75
76
void Lua_Packet::SetOpcode(int op) {
77
Lua_Safe_Call_Void();
Callers
10
Process
Method · 0.45
Process
Method · 0.45
HandlePacket
Method · 0.45
HandleChecksumPacket
Method · 0.45
QueuePacket
Method · 0.45
HandlePacket
Method · 0.45
Handle_OP_GroupInvite2
Method · 0.45
IsFilteredAFKPacket
Method · 0.45
lua_packet.cpp
File · 0.45
Lua_Packet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected