Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SetArmorSlot
Method
SetArmorSlot
src/Inventory.cpp:219–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
218
219
void cInventory::SetArmorSlot(int a_ArmorSlotNum, const cItem & a_Item)
220
{
221
m_ArmorSlots.SetSlot(a_ArmorSlotNum, a_Item);
222
}
223
224
225
Callers
nothing calls this directly
Calls
1
SetSlot
Method · 0.45
Tested by
no test coverage detected