Show / Hide Table of Contents

Method GetItems

| Edit this page View Source

GetItems()

Get all added CustomItems
Declaration
public static IEnumerable<CustomItem> GetItems()
Returns
Type Description
IEnumerable<CustomItem> An IEnumerable<T> of CustomItem from all loaded mods
| Edit this page View Source

GetItems(string)

Get all added CustomItems of a mod by GUID
Declaration
public static IEnumerable<CustomItem> GetItems(string modGuid)
Parameters
Type Name Description
string modGuid GUID of the mod
Returns
Type Description
IEnumerable<CustomItem> An IEnumerable<T> of CustomItem from a specific mod
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾