Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ AddPedistal
Function
AddPedistal
Source/objects.cpp:1234–1240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1232
}
1233
1234
void AddPedistal(int i)
1235
{
1236
object[i]._oVar1 = setpc_x;
1237
object[i]._oVar2 = setpc_y;
1238
object[i]._oVar3 = setpc_x + setpc_w;
1239
object[i]._oVar4 = setpc_y + setpc_h;
1240
}
1241
1242
void AddStoryBook(int i)
1243
{
Callers
1
AddObject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected