Difference between revisions of "ContName"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|container|ro|The #contName system variable determines the name of the currently selected container/gump. The values that have been found so far are included in the table below. It may not be comprehensive, and Freeshards can and often do include custom gumps that will show up in this variable.}}
== #contName ==
+
'''Container System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
The [[Var_contName|#contName]] system variable determines the name of the currently selected container/gump.
+
 
+
The following values have been found so far (not all are identified):
+
 
+
'''Table 25. [[Var_contName|#contName]] values.'''
+
 
+
  
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
|-
+
|+Known contName Values
 
| width=60px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description
 
| width=60px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description
 
|-
 
|-
Line 81: Line 70:
 
|}
 
|}
  
 
+
{{note|dumb_gump is snow and rain. If you want to prevent it from showing up use the UOA or Razer weather filter.
 +
- Jack Trades}}
  
 
==== Example ====
 
==== Example ====
Line 92: Line 82:
 
</pre>
 
</pre>
  
==== Notes ====
+
{{footer}}
{|
+
dumb_gump is snow and rain. If you want to prevent it from showing up use the UOA or Razer weather filter.
+
- Jack Trades
+
|}
+
 
+
==== See Also ====
+
{|
+
| Width=200px | [[Var_contSize|&#0035;contSize]] || Width=200px | [[Var_contPosX|&#0035;contPosX]] || Width=200px | [[Var_contPosY|&#0035;contPosY]] || Width=200px | [[Var_contKind|&#0035;contKind]] || Width=200px | [[Var_contID|&#0035;contID]] || Width=200px | [[Var_contType|&#0035;contType]] 
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Container|Container System Variables]]
+
|}
+

Revision as of 13:02, 26 August 2005

The #contName system variable determines the name of the currently selected container/gump. The values that have been found so far are included in the table below. It may not be comprehensive, and Freeshards can and often do include custom gumps that will show up in this variable.
Known contName Values
Value Description
stack_gump comes up for amount input when dragging a stack
drag_gump when something is dragged on the cursor
paperdoll_gump .
status_gump .
skill_gump .
text_gump from a journal open
YesNo_gump from a logout
OptionsGump .
generic_gump from a help request. Pretty much indicitive of the answers you get too! lol. Also from runebooks and tailoring/blacksmith menus.
missile_gump seems to be an intermediate/transitional status, shows up when something if flying through the air.
normal_gump seen with: chat, shardselect
container_gump .
MainMenu_gump .
waiting_gump this one comes up for stuff like bad password
login_gump .
GameAreaEdgeGump very quick, hard to catch, name might be wrong
radar_gump The map
DamageNumbers_gump comes up when doing damage to a target
skillcon_gump .
spellcon_gump .
party_gump .
profile_gump .
combat_ability_book_gump for setting special moves
spellbook_gump .
Course_gump Treasure Map
Bill_gump Buy/Sell
hue_gump set the color of dye tub
CharCreation_gump character creation
ListBoxControl_gump it can be found on option gump, character creation
resize_gump resizing journal, skill gump, etc...
map_gump Character creation, when you choose the city to start
CONTEXT_HELP Codex of Wisdom...
Note: dumb_gump is snow and rain. If you want to prevent it from showing up use the UOA or Razer weather filter.

- Jack Trades

Example

...
if #contName = login_gump
     gosub login
...... 

See also

Main Page Documentation