MCPcopy Create free account
hub / github.com/diasurgical/devilution / check_update_plr

Function check_update_plr

Source/msg.cpp:1664–1668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1662}
1663
1664void check_update_plr(int pnum)
1665{
1666 if (gbMaxPlayers != 1 && pnum == myplr)
1667 pfile_update(TRUE);
1668}
1669
1670DWORD On_SYNCPUTITEM(TCmd *pCmd, int pnum)
1671{

Callers 4

On_PUTITEMFunction · 0.85
On_SYNCPUTITEMFunction · 0.85
On_RESURRECTFunction · 0.85
On_PLRDEADFunction · 0.85

Calls 1

pfile_updateFunction · 0.85

Tested by

no test coverage detected