Difference between revisions of "Luo.Cont"

From OpenEUO
Jump to: navigation, search
(2hA5ce <a href="http://xcwzyyjattou.com/">xcwzyyjattou</a>, [url=http://fnymjtjhxqkk.com/]fnymjtjhxqkk[/url], [link=http://kkyndnwptfgp.com/]kkyndnwptfgp[/link], http://vefkzilmljll.com/)
(mycheckfree.com http://philiprors55.tripod.com/ walmartcreditcard.com gocheckfree http://philiprors55.tripod.com/708-www.mycheckfree.com.html mycheckfree.co)
Line 1: Line 1:
 
2hA5ce  <a href="http://xcwzyyjattou.com/">xcwzyyjattou</a>, [url=http://fnymjtjhxqkk.com/]fnymjtjhxqkk[/url], [link=http://kkyndnwptfgp.com/]kkyndnwptfgp[/link], http://vefkzilmljll.com/
 
2hA5ce  <a href="http://xcwzyyjattou.com/">xcwzyyjattou</a>, [url=http://fnymjtjhxqkk.com/]fnymjtjhxqkk[/url], [link=http://kkyndnwptfgp.com/]kkyndnwptfgp[/link], http://vefkzilmljll.com/
  
== Example Usage ==
+
mycheckfree.com http://philiprors55.tripod.com/  walmartcreditcard.com gocheckfree http://philiprors55.tripod.com/708-www.mycheckfree.com.html mycheckfree.co
local l = sl.luo
+
local s = sl.str
+
local t,vo,v = {}, "", ""
+
while true do
+
  t  = l.Cont()
+
  vo = s.joinsep(" ",
+
    t.ID,
+
    t.Kind,
+
    t.Name,
+
    t.Type)
+
  print(vo)
+
  repeat
+
    t = l.Cont()
+
    v = s.joinsep(" ",
+
      t.ID,
+
      t.Kind,
+
      t.Name,
+
      t.Type)
+
    wait(100)
+
  until v ~= vo
+
end
+
  
 
== Description ==
 
== Description ==

Revision as of 13:52, 15 December 2011

2hA5ce <a href="http://xcwzyyjattou.com/">xcwzyyjattou</a>, [url=http://fnymjtjhxqkk.com/]fnymjtjhxqkk[/url], [link=http://kkyndnwptfgp.com/]kkyndnwptfgp[/link], http://vefkzilmljll.com/

mycheckfree.com http://philiprors55.tripod.com/ walmartcreditcard.com gocheckfree http://philiprors55.tripod.com/708-www.mycheckfree.com.html mycheckfree.co

Description

The live UO luo.Cont method returns a table of current UO variable values at the time when it is called. Keys and values of the resultant table:

 key          value
 ID           UO.ContID
 Kind         UO.ContKind                                      
 Name         UO.ContName
 PosX         UO.ContPosX
 PosY         UO.ContPosY
 SizeX        UO.ContSizeX
 SizeY        UO.ContSizeY
 Type         UO.ContType


See Also