Difference between revisions of "LLiftedType"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|Last Action|ro|The #lLiftedType system variable determines the type of the object last dragged/lifted.}}
== #lLiftedType ==
+
'''Last Action System Variables'''
+
=== Description ===
+
{{ro}}
+
  
(Added in 1.41) The #lLiftedType system variable determines the type of the object last dragged/lifted.
 
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
Line 14: Line 9:
 
halt
 
halt
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[Var lLiftedKind|#lLiftedKind]] 
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Last_Action|Last Action System Variables]]
+
|}
+

Revision as of 13:27, 26 August 2005

The #lLiftedType system variable determines the type of the object last dragged/lifted.

Example

finditem JTL
event Drag #findID
wait 20
msg The type of the item you lifted is #lLiftedType $
halt

See also

Main Page Documentation