Difference between revisions of "LLiftedID"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|Last Action|ro|The #lLiftedID system variable determines the id of the object last dragged/lifted.}}
== #lLiftedID ==
+
'''Last Action System Variables'''
+
=== Description ===
+
{{ro}}
+
  
The #lLiftedID system variable determines the id 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:28, 26 August 2005

The #lLiftedID system variable determines the id of the object last dragged/lifted.

Example

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

See also

Main Page Documentation