diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-02-14 19:33:33 -0800 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-14 19:33:33 -0800 |
| commit | 8cd7bb47c2d9c833129b76cdc09d69aa35654fa5 (patch) | |
| tree | fa53068d025be7b8a9bb796f8478d4268eda91f1 /indra/newview/app_settings | |
| parent | d4f02b1cadd9ae825c281b4f0da3c90807b90dd3 (diff) | |
PATH-297: Initial layout and basic implementation for the pathfinding basic 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 e8454f6dad..d3253bc381 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -155,6 +155,16 @@ is_running_function="Floater.IsOpen" is_running_parameters="people" /> + <command name="pathfinding_basic" + available_in_toybox="false" + icon="Command_PF_Basic_Icon" + label_ref="Command_PF_Basic_Label" + tooltip_ref="Command_PF_Basic_Tooltip" + execute_function="Floater.ToggleOrBringToFront" + execute_parameters="pathfinding_basic" + is_running_function="Floater.IsOpen" + is_running_parameters="pathfinding_basic" + /> <command name="pathfinding_console" available_in_toybox="false" icon="Command_Pathfinding_Icon" |
