Skip to content

Commit

Permalink
oopsy
Browse files Browse the repository at this point in the history
  • Loading branch information
moonheart08 committed Sep 13, 2023
1 parent 416316a commit 2296f6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/en/robust-toolbox/toolshed/commands/entity-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{{#title Entity commands}}

## Sources
---
{{#template
../../../templates/toolshed-command-head.md
name=entities
Expand Down Expand Up @@ -39,7 +38,6 @@ Spawns a new entity on the other given entity.
Spawns a new entity attached to the other given entity.

## Filters
---
{{#template
../../../templates/toolshed-command-head.md
name=with <component type>
Expand Down Expand Up @@ -79,7 +77,6 @@ Filters for entities nearby the inputs, returning all entities within range of i
Filters the input for entities with a name matching the regex `$regex^`.

## Transforms
---
{{#template
../../../templates/toolshed-command-head.md
name=comp:has <component type>
Expand All @@ -102,7 +99,6 @@ Returns the coordinates of the input entities, relative to their parent.
Returns the coordinates of the input entities, relative to the map.

## Mutators
---
{{#template
../../../templates/toolshed-command-head.md
name=delete
Expand Down
5 changes: 0 additions & 5 deletions src/en/robust-toolbox/toolshed/commands/general.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# General

## Sources
---
{{#template
../../../templates/toolshed-command-head.md
name=iota
Expand All @@ -17,7 +16,6 @@ Returns <code>1..N</code>
Returns <code>N..M</code>

## Filters
---
{{#template
../../../templates/toolshed-command-head.md
name=where &lt;block (T -> bool)&gt;
Expand Down Expand Up @@ -93,7 +91,6 @@ Sorts the input from greatest to least using the given ordering value.
Sorts the input from greatest to least using the given ordering value, returning the ordering values.

## Transforms
---
{{#template
../../../templates/toolshed-command-head.md
name=isempty
Expand Down Expand Up @@ -133,8 +130,6 @@ Returns the first value in the input, or errors if there isn't one.


## Mutators
---

{{#template
../../../templates/toolshed-command-head.md
name=rep &lt;amount&gt;
Expand Down

0 comments on commit 2296f6f

Please sign in to comment.