MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / newScriptItem

Function newScriptItem

internal/scripting/item_func.go:13–15  ·  view source on GitHub ↗
(i items.Item)

Source from the content-addressed store, hash-verified

11}
12
13func newScriptItem(i items.Item) ScriptItem {
14 return ScriptItem{i, &i}
15}
16
17type ScriptItem struct {
18 originalItem items.Item

Callers 13

GetItemsMethod · 0.85
FindItemMethod · 0.85
GetItemFunction · 0.85
CreateItemFunction · 0.85
GetItemsMethod · 0.85
GetStashItemsMethod · 0.85
GetItemsMethod · 0.85
FindItemMethod · 0.85
GetBackpackItemsMethod · 0.85
GetWornItemsMethod · 0.85
GetWornItemMethod · 0.85
FindInBackpackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected