GetZOrder

From LoTROInterface Wiki

Jump to: navigation, search


Gets the Z ordering index of the control.

Syntax

Lua
function Control:GetZOrder();

Returns

Type: number
The current Z order of the control.

Remarks

This will return the current Z ordering of the control. Controls with higher Z orders will render on top of controls with lower values.

Personal tools