Difference between revisions of "GetShopInfo"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
__NOTOC__
+
{{command header|client}}
== GetShopInfo ==
+
'''Client'''
+
=== Synopsis ===
+
getShopInfo
+
  
=== Description ===
+
{{body|getShopInfo|The getShopInfo command retrives information about the currently shown top entry on an open gump. When it is called it fills all the #shop* system variables with their appropriate information}}
The getShopInfo command retrives information about the currently shown top entry on an open gump. When it is called it fills all the #shop* system variables with their appropriate information
+
<br><br>
+
'''NOTE:'''
+
*Every time you scroll to a new entry, you have to call getShopInfo to update the #shop* system variables.
+
  
  
==== See Also ====
+
{{note|Every time you scroll to a new entry, you have to call getShopInfo to update the #shop* system variables.}}
{|
+
 
| [[setShopItem|setShopItem]], [[Var_shopCurPos|&#0035;shopCurPos]], [[Var_shopCnt|&#0035;shopCnt]], [[Var_shopItemType|&#0035;shopItemType]], [[Var_shopItemID|&#0035;shopItemID]], [[Var_shopItemName|&#0035;shopItemName]], [[Var_shopItemPrice|&#0035;shopItemPrice]], [[Var_shopItemMax|&#0035;shopItemMax]]
+
{{footer}}
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Client |Client ]]
+
|}
+

Revision as of 11:16, 27 August 2005


Synopsis

getShopInfo

Description

The getShopInfo command retrives information about the currently shown top entry on an open gump. When it is called it fills all the #shop* system variables with their appropriate information


Note: Every time you scroll to a new entry, you have to call getShopInfo to update the #shop* system variables.

See also

Main Page Documentation