Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ NPCPS_queMessage
Function
NPCPS_queMessage
src/SB/Game/zNPCMessenger.cpp:155–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
static void NPCPS_queMessage(NPCMsg* msg)
156
{
157
NPCPSData* npc = NPCPS_postOffice();
158
XOrdAppend(&npc->quelist, msg);
159
}
160
161
static S32 NPCPS_flagForMID(en_NPC_MSG_ID)
162
{
Callers
1
zNPCMsg_SendMsg
Function · 0.85
Calls
2
NPCPS_postOffice
Function · 0.85
XOrdAppend
Function · 0.85
Tested by
no test coverage detected