Reorganize
This commit is contained in:
130
docs/pico8_builtins.txt
Normal file
130
docs/pico8_builtins.txt
Normal file
@@ -0,0 +1,130 @@
|
||||
- [x] load
|
||||
- [x] save
|
||||
- [ ] folder
|
||||
- [ ] ls (cd?)
|
||||
- [x] run
|
||||
- [ ] stop
|
||||
- [ ] resume
|
||||
- [ ] assert
|
||||
- [ ] reboot
|
||||
- [ ] reset
|
||||
- [ ] info
|
||||
- [ ] flip
|
||||
- [x] printh (as `log`)
|
||||
- [ ] time/t
|
||||
- [ ] stat
|
||||
- [ ] extcmd
|
||||
|
||||
- [ ] clip
|
||||
- [x] pset
|
||||
- [ ] pget
|
||||
- [ ] sget
|
||||
- [ ] sset
|
||||
- [ ] fget
|
||||
- [ ] fset
|
||||
- [?] print
|
||||
- [ ] cursor
|
||||
- [ ] color
|
||||
- [x] cls
|
||||
- [x] camera
|
||||
- [x] circ
|
||||
- [x] circfill
|
||||
- [x] oval
|
||||
- [x] ovalfill
|
||||
- [ ] line
|
||||
- [x] rect
|
||||
- [x] rectfill
|
||||
- [ ] pal
|
||||
- [ ] palt
|
||||
- [x] spr
|
||||
- [ ] sspr
|
||||
- [ ] fillp
|
||||
|
||||
- [x] btn
|
||||
- [x] btnp
|
||||
|
||||
- [ ] sfx
|
||||
- [ ] music
|
||||
|
||||
- [x] mget
|
||||
- [x] mset
|
||||
- [x] map
|
||||
- [ ] tline
|
||||
|
||||
- [ ] peek
|
||||
- [ ] poke
|
||||
- [ ] peek2
|
||||
- [ ] poke2
|
||||
- [ ] peek4
|
||||
- [ ] poke4
|
||||
- [ ] memcpy
|
||||
- [ ] reload
|
||||
- [ ] cstore
|
||||
- [ ] memset
|
||||
|
||||
- [ ] menuitem
|
||||
|
||||
- [ ] cartdata
|
||||
- [ ] dget
|
||||
- [ ] dset
|
||||
|
||||
- [ ] serial
|
||||
|
||||
- [ ] setmetatable
|
||||
- [ ] getmetatable
|
||||
- [ ] rawset
|
||||
- [ ] rawget
|
||||
- [ ] rawequal
|
||||
- [ ] rawlen
|
||||
|
||||
|
||||
== most things below here handled by js or easily included.
|
||||
|
||||
-- js Array has most things we want here
|
||||
- [ ] add
|
||||
- [ ] del
|
||||
- [ ] deli
|
||||
- [ ] count
|
||||
- [ ] all
|
||||
- [ ] foreach
|
||||
- [ ] pairs
|
||||
|
||||
- [x] max
|
||||
- [x] min
|
||||
- [ ] mid
|
||||
- [x] flr
|
||||
- [x] ceil
|
||||
- [x] cos
|
||||
- [x] sin
|
||||
- [x] atan2
|
||||
- [x] sqrt
|
||||
- [x] abs
|
||||
- [x] rnd
|
||||
- [ ] srand
|
||||
|
||||
-- skipping these in favor of bitwise operations if needed
|
||||
- [ ] band
|
||||
- [ ] bor
|
||||
- [ ] bxor
|
||||
- [ ] bnot
|
||||
- [ ] shl
|
||||
- [ ] shr
|
||||
- [ ] lshr
|
||||
- [ ] rotl
|
||||
- [ ] rotr
|
||||
|
||||
-- js comes with stuff here (String, Number, typeof, etc.)
|
||||
- [ ] tostr
|
||||
- [ ] tonum
|
||||
- [ ] chr
|
||||
- [ ] ord
|
||||
- [ ] sub
|
||||
- [ ] split
|
||||
- [ ] type
|
||||
|
||||
-- js comes with stuff here
|
||||
- [ ] cocreate
|
||||
- [ ] coresume
|
||||
- [ ] assert
|
||||
- [ ] costatus
|
||||
- [ ] yield
|
||||
Reference in New Issue
Block a user