Show / Hide Table of Contents

Method GetItemConversions

| Edit this page View Source

GetItemConversions()

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

GetItemConversions(string)

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