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

Function SetPortalStats

Source/portal.cpp:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void SetPortalStats(int i, BOOL o, int x, int y, int lvl, int lvltype)
22{
23 portal[i].open = o;
24 portal[i].x = x;
25 portal[i].y = y;
26 portal[i].level = lvl;
27 portal[i].ltype = lvltype;
28 portal[i].setlvl = FALSE;
29}
30
31void AddWarpMissile(int i, int x, int y)
32{

Callers 1

DeltaImportJunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected