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
ModifyProduct
Should we touch the product at all?
public bool ModifyProduct
Field Value
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
Price
The price. Will default to the products original price.
public long Price
Field Value
PurchaseButtonText
The text to display on the button.
public string PurchaseButtonText