Difference between revisions of "UO.ContTop"
From OpenEUO
(Created page with " UO.ContTop(index) Moves the gump enumerated as index to the top of the gump heap, i.e. make it the top level gump/container (index = 0). UO.GetCont") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
UO.ContTop(index) | UO.ContTop(index) | ||
Moves the gump enumerated as index to the top of the gump heap, i.e. make it the top level gump/container (index = 0). | Moves the gump enumerated as index to the top of the gump heap, i.e. make it the top level gump/container (index = 0). | ||
+ | |||
+ | [[UO.ContID]] | ||
+ | |||
+ | [[UO.ContKind]] | ||
+ | |||
+ | [[UO.ContName]] | ||
+ | |||
+ | [[UO.ContType]] | ||
[[UO.GetCont]] | [[UO.GetCont]] |
Latest revision as of 13:57, 9 October 2010
UO.ContTop(index)
Moves the gump enumerated as index to the top of the gump heap, i.e. make it the top level gump/container (index = 0).