UO.GetCont

From OpenEUO
Revision as of 14:20, 19 October 2010 by 46.127.27.108 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
local sName,nX,nY,nSX,nSY,nKind,nId,nType,nHP = UO.GetCont(nIndex)

Returns values associated with the gump at location nIndex on the 'gump heap'. nIndex 0 is the topmost gump. Returned values are the name,x screen coordinate, y screen coordinate, width, height, gumpkind, charid, chartype and char hp value. If nIndex >= number of gumps, UO.GetCont returns nil.

UO.ContTop