Show / Hide Table of Contents

Class PurchaseDataActions

Inheritance
System.Object
PurchaseDataActions
Namespace: Eco.Gameplay.Components.Store.Internal
Assembly: Eco.Gameplay.dll
Syntax
public static class PurchaseDataActions : Object

Properties

Bartered

Declaration
public static LocString Bartered { get; }
Property Value
Type Description
LocString

Bought

Declaration
public static LocString Bought { get; }
Property Value
Type Description
LocString

Gave

Declaration
public static LocString Gave { get; }
Property Value
Type Description
LocString

Received

Declaration
public static LocString Received { get; }
Property Value
Type Description
LocString

Sold

Declaration
public static LocString Sold { get; }
Property Value
Type Description
LocString

Methods

BoughtOrReceived(Single)

Declaration
public static LocString BoughtOrReceived(float value)
Parameters
Type Name Description
System.Single value
Returns
Type Description
LocString

SoldOrGave(Single)

Declaration
public static LocString SoldOrGave(float value)
Parameters
Type Name Description
System.Single value
Returns
Type Description
LocString
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾