Table of Contents

Struct PurchaseModification

Namespace
AO
Assembly
CoreAssembly.dll
public struct PurchaseModification
Inherited Members
Extension Methods

Constructors

PurchaseModification(GameProduct)

public PurchaseModification(GameProduct product)

Parameters

product GameProduct

Fields

Color

The color of the purchase button.

public PurchaseButtonColor Color

Field Value

PurchaseButtonColor

ModifyProduct

Should we touch the product at all?

public bool ModifyProduct

Field Value

bool

OnBuyButtonClicked

What to do when the purchase button is clicked. Leave this null if you want to run through the default purchase flow.

public Action OnBuyButtonClicked

Field Value

Action

Price

The price. Will default to the products original price.

public long Price

Field Value

long

PurchaseButtonText

The text to display on the button.

public string PurchaseButtonText

Field Value

string