diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-10-17 00:38:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 00:38:52 +0300 |
commit | 38c684b825d1280600787ecd628cadb53ef1498f (patch) | |
tree | bd69624da08bca36222d14967cfd751784183b71 /indra/newview/skins/default | |
parent | 43beabd0c7ef22e9c814124916c2f193624834e7 (diff) | |
parent | 3ed29a74f734a2b790814970df71a83c6cb47303 (diff) |
Merge pull request #2805 from secondlife/maxim/lua-nearby-avatars
Lua api to get info about nearby avatars and objects
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_lua_debug.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_lua_debug.xml b/indra/newview/skins/default/xui/en/floater_lua_debug.xml index 15027f1647..5efe1c958a 100644 --- a/indra/newview/skins/default/xui/en/floater_lua_debug.xml +++ b/indra/newview/skins/default/xui/en/floater_lua_debug.xml @@ -25,6 +25,17 @@ width="100"> LUA string: </text> + <check_box + control_name="LuaDebugShowSource" + follows="right|top" + height="15" + label="Show source info" + layout="topleft" + top="10" + right ="-70" + tool_tip="Show source info in Lua Debug Console output" + name="show_script_name" + width="70"/> <line_editor border_style="line" border_thickness="1" |