Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ ObjSetMicro
Function
ObjSetMicro
Source/objects.cpp:1052–1055 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1050
}
1051
1052
void ObjSetMicro(Point position, int pn)
1053
{
1054
dPiece[position.x][position.y] = pn;
1055
}
1056
1057
void DoorSet(Point position, bool isLeftDoor)
1058
{
Callers
5
DoorSet
Function · 0.85
CryptDoorSet
Function · 0.85
SetDoorStateOpen
Function · 0.85
SetDoorStateClosed
Function · 0.85
ObjSetMini
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected