Difference between revisions of "ShopItemPrice"

From Wiki
Jump to: navigation, search
(Description: Applying template to note)
Line 1: Line 1:
__NOTOC__
+
{{header|Shop|ro|The #shopItemPrice system variable determines the price of the current line in the shop menu.}}
== #shopItemPrice ==
+
'''Shop System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
The [[Var shopItemPrice|#shopItemPrice]] system variable determines the price of the current line in the shop menu.
+
  
  
Line 11: Line 5:
  
  
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[getShopInfo]] || Width=200px | [[Var shopCurPos|#shopCurPos]] || Width=200px | [[Var shopCnt|#shopCnt]] || Width=200px | [[Var shopItemType|#shopItemType]] || Width=200px | [[Var shopItemID|#shopItemID]] || Width=200px | [[Var shopItemName|#shopItemName]] || Width=200px | [[Var shopItemMax|#shopItemMax]] 
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Shop|Shop System Variables]]
+
|}
+

Revision as of 07:47, 27 August 2005

The #shopItemPrice system variable determines the price of the current line in the shop menu.


Note: To initialize this variable, you need to call getShopInfo.


See also

Main Page Documentation