Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ GetType
Function
GetType
Source/Objects/itemobject.cpp:1509–1511 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1507
}
1508
1509
int GetType(ItemObject* io) {
1510
return io->item_ref()->GetItemType();
1511
}
1512
1513
bool HasSheatheAttachment(ItemObject* io) {
1514
return io->item_ref()->HasAttachment(_at_sheathe);
Callers
15
GetNameSpaceByString
Method · 0.85
CreateDataTypeFromNode
Method · 0.85
GetObjectType
Method · 0.85
Store
Method · 0.85
ReplaceHandles
Method · 0.85
GetType
Method · 0.85
AllocateAsset
Method · 0.85
Reload
Method · 0.85
LoadSync
Method · 0.85
SaveHistoryState
Method · 0.85
GetDesc
Method · 0.85
GetDisplayName
Method · 0.85
Calls
1
GetItemType
Method · 0.80
Tested by
no test coverage detected