Method | Description | |
---|---|---|
getProductTransactionEntry ( |
Initializes a product data entry for use in XML.
|
public static getProductTransactionEntry ( |
||
currencyType | Type of currency the item is sold for | |
description | String | NFS: World Beta feature, still gonna keep it for MAYBE future-use |
rentalDurationInMinutes | 0 if not a rental, rental duration in minutes if else | |
hash | System.Int64 | Item hash value that is recognized by NFS: World |
iconString | String | Item icon that is displayed somewhere around its title |
levelLimit | 0 if not level limited, minimum level value if else | |
tooltipDescription | String | NFS: World Beta feature, still gonna keep it for MAYBE future-use |
price | How much the item is sold for | |
priorityNumber | Priority in the shopping list in-game, commonly used for new items or discounts | |
id | String | Server product id |
title | String | Item title that is displayed in-game |
itemType | GameItemType | Item type that NFS: World can recognize |
extraDetail | Special | If there is one, a special condition for the item that is displayed in-game |
return | System.Xml.Linq.XElement |