Toolshed part 2 (#18997)
* fixe * Save work. * Rune-aware parser. * oogh * pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests pass tests * Publicizes a lot of common generic commands, so custom toolshed envs can include them. * i think i might implode * Tests. * a * b * awa --------- Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- Flags: QUERY
|
||||
- Flags: QUERY
|
||||
Commands:
|
||||
- entities
|
||||
- nearby
|
||||
@@ -7,6 +7,19 @@
|
||||
- player
|
||||
- splat
|
||||
- emplace
|
||||
- bin
|
||||
- extremes
|
||||
- reduce
|
||||
- sortby
|
||||
- sort
|
||||
- sortdownby
|
||||
- sortdown
|
||||
- sortmapby
|
||||
- sortmapdownby
|
||||
- iota
|
||||
- rep
|
||||
- to
|
||||
- iterate
|
||||
|
||||
- Flags: DEBUG
|
||||
Commands:
|
||||
@@ -23,7 +36,14 @@
|
||||
- types
|
||||
- ecscomp
|
||||
- actor
|
||||
- spawn
|
||||
- mappos
|
||||
- pos
|
||||
- tp
|
||||
- allcomps
|
||||
- replace
|
||||
- entitysystemupdateorder
|
||||
- mind
|
||||
|
||||
- Flags: HOST
|
||||
Commands:
|
||||
@@ -69,3 +89,95 @@
|
||||
- '>='
|
||||
- '=='
|
||||
- '!='
|
||||
- f
|
||||
- i
|
||||
- s
|
||||
- b
|
||||
- '+/'
|
||||
- '-/'
|
||||
- '*/'
|
||||
- '//'
|
||||
- join
|
||||
- append
|
||||
- '?'
|
||||
- 'or?'
|
||||
- '??'
|
||||
- rng
|
||||
- 'sum'
|
||||
- take
|
||||
- curtick
|
||||
- curtime
|
||||
- realtime
|
||||
- servertime
|
||||
- more
|
||||
- '%'
|
||||
- '%/'
|
||||
- '&~'
|
||||
- '|~'
|
||||
- '^~'
|
||||
- '~'
|
||||
- 'abs'
|
||||
- 'average'
|
||||
- 'bibytecount'
|
||||
- 'shortestbitlength'
|
||||
- 'countleadzeros'
|
||||
- 'counttrailingzeros'
|
||||
- 'fpi'
|
||||
- 'fe'
|
||||
- 'ftau'
|
||||
- 'fepsilon'
|
||||
- dpi
|
||||
- de
|
||||
- dtau
|
||||
- depsilon
|
||||
- hpi
|
||||
- he
|
||||
- htau
|
||||
- hepsilon
|
||||
- floor
|
||||
- ceil
|
||||
- round
|
||||
- trunc
|
||||
- round2frac
|
||||
- exponentbytecount
|
||||
- significandbytecount
|
||||
- significandbitcount
|
||||
- exponentshortestbitcount
|
||||
- stepnext
|
||||
- stepprev
|
||||
- checkedto
|
||||
- saturactedto
|
||||
- truncto
|
||||
- iscanonical
|
||||
- iscomplex
|
||||
- iseven
|
||||
- isodd
|
||||
- isfinite
|
||||
- isimaginary
|
||||
- isinfinite
|
||||
- isinteger
|
||||
- isnan
|
||||
- isnegative
|
||||
- ispositive
|
||||
- isreal
|
||||
- issubnormal
|
||||
- iszero
|
||||
- pow
|
||||
- sqrt
|
||||
- cbrt
|
||||
- root
|
||||
- hypot
|
||||
- sin
|
||||
- sinpi
|
||||
- asin
|
||||
- asinpi
|
||||
- cos
|
||||
- cospi
|
||||
- acos
|
||||
- acospi
|
||||
- tan
|
||||
- tanpi
|
||||
- atan
|
||||
- atanpi
|
||||
- pick
|
||||
- tee
|
||||
|
||||
Reference in New Issue
Block a user