New bql_select command. (#17007)
Shows BQL results in a client window. Allows TP and VV to the entities.
This commit is contained in:
committed by
GitHub
parent
543baa158a
commit
9931a6b2f2
13
Resources/Locale/en-US/bql/bql-select.ftl
Normal file
13
Resources/Locale/en-US/bql/bql-select.ftl
Normal file
@@ -0,0 +1,13 @@
|
||||
cmd-bql_select-desc = Show results of a BQL query in a client-side window
|
||||
cmd-bql_select-help = Usage: bql_select <bql query>
|
||||
The opened window allows you to teleport to or view variables the resulting entities.
|
||||
|
||||
cmd-bql_select-err-server-shell = Cannot be executed from server shell
|
||||
cmd-bql_select-err-rest = Warning: unused part after BQL query: "{ $rest }"
|
||||
|
||||
ui-bql-results-title = BQL results
|
||||
ui-bql-results-vv = VV
|
||||
ui-bql-results-tp = TP
|
||||
ui-bql-results-vv-tooltip = View entity variables
|
||||
ui-bql-results-tp-tooltip = Teleport to entity
|
||||
ui-bql-results-status = { $count } entities
|
||||
Reference in New Issue
Block a user