Class PurchaseDataActions
Inheritance
System.Object
PurchaseDataActions
Assembly: Eco.Gameplay.dll
Syntax
public static class PurchaseDataActions : Object
Properties
Bartered
Declaration
public static LocString Bartered { get; }
Property Value
Bought
Declaration
public static LocString Bought { get; }
Property Value
Gave
Declaration
public static LocString Gave { get; }
Property Value
Received
Declaration
public static LocString Received { get; }
Property Value
Sold
Declaration
public static LocString Sold { get; }
Property Value
Methods
BoughtOrReceived(Single)
Declaration
public static LocString BoughtOrReceived(float value)
Parameters
Type |
Name |
Description |
System.Single |
value |
|
Returns
SoldOrGave(Single)
Declaration
public static LocString SoldOrGave(float value)
Parameters
Type |
Name |
Description |
System.Single |
value |
|
Returns