Difference between revisions of "ShopItemID"

From Wiki
Jump to: navigation, search
m (Description)
Line 1: Line 1:
__NOTOC__
+
{{header|Shop|ro|The #shopItemID system variable determines the item ID of the current line on the shop menu.}}
== #shopItemID ==
+
'''Shop System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
The [[Var shopItemID|#shopItemID]] system variable determines the item ID of the current line on 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 shopItemName|#shopItemName]] || Width=200px | [[Var shopItemPrice|#shopItemPrice]] || Width=200px | [[Var shopItemMax|#shopItemMax]] 
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Shop|Shop System Variables]]
+
|}
+

Revision as of 07:49, 27 August 2005

The #shopItemID system variable determines the item ID of the current line on the shop menu.


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


See also

Main Page Documentation