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

Function delta_sync_object

Source/msg.cpp:2203–2209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2201}
2202
2203void delta_sync_object(int oi, BYTE bCmd, BYTE bLevel)
2204{
2205 if (gbMaxPlayers != 1) {
2206 sgbDeltaChanged = TRUE;
2207 sgLevels[bLevel].object[oi].bCmd = bCmd;
2208 }
2209}
2210
2211DWORD On_CLOSEDOOR(TCmd *pCmd, int pnum)
2212{

Callers 5

On_OPENDOORFunction · 0.85
On_CLOSEDOORFunction · 0.85
On_OPERATEOBJFunction · 0.85
On_PLROPOBJFunction · 0.85
On_BREAKOBJFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected