Class MarketplaceExtensions
Inheritance
System.Object
MarketplaceExtensions
Assembly: Eco.Gameplay.dll
Syntax
public static class MarketplaceExtensions : Object
Methods
IsPaidItem(Item)
Declaration
public static bool IsPaidItem(this Item item)
Parameters
Type |
Name |
Description |
Item |
item |
|
Returns
Type |
Description |
System.Boolean |
|
IsPaidItem(Recipe)
Declaration
public static bool IsPaidItem(this Recipe recipe)
Parameters
Type |
Name |
Description |
Recipe |
recipe |
|
Returns
Type |
Description |
System.Boolean |
|
IsPaidItem(Int32)
Declaration
public static bool IsPaidItem(this int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
Returns
Type |
Description |
System.Boolean |
|