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

Function SetObjMapRange

Source/objects.cpp:958–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956}
957
958void SetObjMapRange(int i, int x1, int y1, int x2, int y2, int v)
959{
960 object[i]._oVar1 = x1;
961 object[i]._oVar2 = y1;
962 object[i]._oVar3 = x2;
963 object[i]._oVar4 = y2;
964 object[i]._oVar8 = v;
965}
966
967void SetBookMsg(int i, int msg)
968{

Callers 5

AddBookLeverFunction · 0.85
LoadMapObjectsFunction · 0.85
AddSKingObjsFunction · 0.85
AddSChamObjsFunction · 0.85
AddVileObjsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected