MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / NPCPS_copyMsgInfo

Function NPCPS_copyMsgInfo

src/SB/Game/zNPCMessenger.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148static void NPCPS_copyMsgInfo(NPCMsg* msgA, NPCMsg* msgB, F32 delay)
149{
150 memcpy(msgA, msgB, 0x44);
151 msgA->next = NULL;
152 msgA->tmr_delay = delay;
153}
154
155static void NPCPS_queMessage(NPCMsg* msg)
156{

Callers 1

zNPCMsg_SendMsgFunction · 0.85

Calls 1

memcpyFunction · 0.85

Tested by

no test coverage detected