diff options
author | Todd Stinson <stinson@lindenlab.com> | 2011-12-13 17:39:39 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2011-12-13 17:39:39 -0800 |
commit | 98a8057bdc661394e362ebd5c3f3f26d92dac12f (patch) | |
tree | 6a0a9995381165fa37eabae561c32f9e7ca05be6 /indra/newview/app_settings | |
parent | 9d1db4f19ae7ca044e47d0fe4e605e14882351c5 (diff) |
Introducing the initial hooks for building a pathfinding console floater.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index a44b895f7b..808c92351a 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -145,6 +145,16 @@ is_running_function="Floater.IsOpen" is_running_parameters="people" /> + <command name="pathfinding" + available_in_toybox="true" + icon="Command_Pathfinding_Icon" + label_ref="Command_Pathfinding_Label" + tooltip_ref="Command_Pathfinding_Tooltip" + execute_function="Floater.ToggleOrBringToFront" + execute_parameters="pathfinding_console" + is_running_function="Floater.IsOpen" + is_running_parameters="pathfinding_console" + /> <command name="picks" available_in_toybox="true" icon="Command_Picks_Icon" |