Difference between revisions of "ContType"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|container|ro|The #contType system variable determines the object type of the currently selected container/gump.}}
== #contType ==
+
'''Container System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
The [[Var_contType|#contType]] system variable determines the object type of the currently selected container/gump.
+
  
 
==== Example ====
 
==== Example ====
Line 15: Line 9:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| 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 | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Container|Container System Variables]]
+
|}
+

Revision as of 12:59, 26 August 2005

The #contType system variable determines the object type of the currently selected container/gump.

Example

....
if #contType <> %trashbarreltype
       gosub opentrash
....

See also

Main Page Documentation