There is no preexisting test controller for setting a UI element's depth. You will need to write one yourself. See lessons/ui/ui.md under "Set a UI element's depth (z value)"
Changelog
Command API
New Commands
Command
Description
set_ui_element_depth
Set the depth of a UI element.
tdw module
Added: ui.set_depth(id, depth).
Documentation
Modified Documentation
Document
Modification
lessons/ui/ui.md
Added a section describing how to set a UI element's depth.
How to test
There is no preexisting test controller for setting a UI element's depth. You will need to write one yourself. See
lessons/ui/ui.md
under "Set a UI element's depth (z value)"Changelog
Command API
New Commands
set_ui_element_depth
tdw
moduleui.set_depth(id, depth)
.Documentation
Modified Documentation
lessons/ui/ui.md