Toolshed (#17895)
* ogh * i should save my work * ogh * hhcdfhjbghshbxdfhghshc - lots of bugs in parsing still - invocation is a stub * expr parsing works * awawa * Saving work * Improve APIs a bit all around, add shortcuts. * awa * awa * AAAAAA * save work * Move shit to engine * lord * bql is kill * forgot the fucking bike rack * bql is kill for real * pjb will kill me * aughfhbdj * adgddf * gdsgvfvxshngfgh * b * hfsjhghj * a * tf you mean i have to document it * follow C# standards * Assorted cleanup and documentation pass, minor bugfix in ValueRefParser. * Start porting old commands, remove that pesky prefix in favor of integrating with the shell. * bw * Fix valueref up a bit, improve autocomplete for it. * awa * fix tests * git shut up * Arithmetic commands. * parse improvements * Update engine. --------- Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
This commit is contained in:
@@ -7,3 +7,5 @@ admin-verbs-teleport-to = Teleport To
|
||||
admin-verbs-teleport-here = Teleport Here
|
||||
admin-verbs-freeze = Freeze
|
||||
admin-verbs-unfreeze = Unfreeze
|
||||
toolshed-verb-mark = Mark
|
||||
toolshed-verb-mark-description = Places this entity into the $marked variable, a list of entities, replacing it's prior value.
|
||||
|
||||
56
Resources/Locale/en-US/commands/toolshed-commands.ftl
Normal file
56
Resources/Locale/en-US/commands/toolshed-commands.ftl
Normal file
@@ -0,0 +1,56 @@
|
||||
command-description-visualize =
|
||||
Takes the input list of entities and puts them into a UI window for easy browsing.
|
||||
command-description-runverbas =
|
||||
Runs a verb over the input entities with the given user.
|
||||
command-description-acmd-perms =
|
||||
Returns the admin permissions of the given command, if any.
|
||||
command-description-acmd-caninvoke =
|
||||
Check if the given player can invoke the given command.
|
||||
command-description-jobs-jobs =
|
||||
Returns all jobs on a station.
|
||||
command-description-jobs-job =
|
||||
Returns a given job on a station.
|
||||
command-description-jobs-isinfinite =
|
||||
Returns true if the input job is infinite, otherwise false.
|
||||
command-description-jobs-adjust =
|
||||
Adjusts the number of slots for the given job.
|
||||
command-description-jobs-set =
|
||||
Sets the number of slots for the given job.
|
||||
command-description-jobs-amount =
|
||||
Returns the number of slots for the given job.
|
||||
command-description-stations-list =
|
||||
Returns a list of all stations.
|
||||
command-description-stations-get =
|
||||
Gets the active station, if and only if there is only one.
|
||||
command-description-stations-getowningstation =
|
||||
Gets the station that a given entity is "owned by" (within)
|
||||
command-description-stations-grids =
|
||||
Returns all grids associated with the input station.
|
||||
command-description-stations-config =
|
||||
Returns the config associated with the input station, if any.
|
||||
command-description-stations-addgrid =
|
||||
Adds a grid to the given station.
|
||||
command-description-stations-rmgrid =
|
||||
Removes a grid from the given station.
|
||||
command-description-stations-rename =
|
||||
Renames the given station.
|
||||
command-description-stations-largestgrid =
|
||||
Returns the largest grid the given station has, if any.
|
||||
command-description-admins-active =
|
||||
Returns a list of active admins.
|
||||
command-description-admins-all =
|
||||
Returns a list of ALL admins, including deadmined ones.
|
||||
command-description-marked =
|
||||
Returns the value of $marked as a List<EntityUid>.
|
||||
command-description-rejuvenate =
|
||||
Rejuvenates the given entities, restoring them to full health, clearing status effects, etc.
|
||||
command-description-tag-list =
|
||||
Lists tags on the given entities.
|
||||
command-description-tag-add =
|
||||
Adds a tag to the given entities.
|
||||
command-description-tag-rm =
|
||||
Removes a tag from the given entities.
|
||||
command-description-tag-addmany =
|
||||
Adds a list of tags to the given entities.
|
||||
command-description-tag-rmmany =
|
||||
Removes a list of tags from the given entities.
|
||||
@@ -126,7 +126,9 @@
|
||||
|
||||
- Flags: QUERY
|
||||
Commands:
|
||||
- forall
|
||||
- uploadfile
|
||||
- loadprototype
|
||||
- uploadfolder
|
||||
|
||||
- Commands:
|
||||
- "|"
|
||||
|
||||
70
Resources/toolshedEngineCommandPerms.yml
Normal file
70
Resources/toolshedEngineCommandPerms.yml
Normal file
@@ -0,0 +1,70 @@
|
||||
- Flags: QUERY
|
||||
Commands:
|
||||
- entities
|
||||
- nearby
|
||||
- map
|
||||
- physics
|
||||
- player
|
||||
- splat
|
||||
- emplace
|
||||
|
||||
- Flags: DEBUG
|
||||
Commands:
|
||||
- comp
|
||||
- delete
|
||||
- do
|
||||
- named
|
||||
- paused
|
||||
- with
|
||||
- count
|
||||
- select
|
||||
- where
|
||||
- prototyped
|
||||
- types
|
||||
- ecscomp
|
||||
- actor
|
||||
|
||||
- Flags: HOST
|
||||
Commands:
|
||||
- methods
|
||||
- ioc
|
||||
|
||||
- Commands:
|
||||
- fuck
|
||||
- ent
|
||||
- as
|
||||
- buildinfo
|
||||
- help
|
||||
- explain
|
||||
- cmd
|
||||
- stopwatch
|
||||
- self
|
||||
- search
|
||||
- isnull
|
||||
- help
|
||||
- isempty
|
||||
- any
|
||||
- unique
|
||||
- cd
|
||||
- ls
|
||||
- loc
|
||||
- vars
|
||||
- '=>'
|
||||
- first
|
||||
- val
|
||||
- '+'
|
||||
- '-'
|
||||
- '*'
|
||||
- '/'
|
||||
- 'min'
|
||||
- 'max'
|
||||
- '&'
|
||||
- '|'
|
||||
- '^'
|
||||
- 'neg'
|
||||
- '<'
|
||||
- '>'
|
||||
- '<='
|
||||
- '>='
|
||||
- '=='
|
||||
- '!='
|
||||
Reference in New Issue
Block a user