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

Function SetICursor

Source/cursor.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void SetICursor(int i)
85{
86 icursW = InvItemWidth[i];
87 icursH = InvItemHeight[i];
88 icursW28 = icursW / 28;
89 icursH28 = icursH / 28;
90}
91
92void SetCursor_(int i)
93{

Callers 4

StoreAutoPlaceFunction · 0.85
SetCursor_Function · 0.85
CheckInvPasteFunction · 0.85
AutoGetItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected