An extension for MakeCode Arcade that adds JavaScript like objects
Перейти к файлу
Richard Knoll f486ac1d4d init commit 2020-08-24 11:04:50 -07:00
.gitignore Initial commit 2020-08-24 17:40:15 +00:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-08-24 10:40:26 -07:00
Gemfile init commit 2020-08-24 11:04:50 -07:00
LICENSE Initial LICENSE commit 2020-08-24 10:40:27 -07:00
Makefile init commit 2020-08-24 11:04:50 -07:00
README.md init commit 2020-08-24 11:04:50 -07:00
SECURITY.md Initial SECURITY.md commit 2020-08-24 10:40:29 -07:00
any.md init commit 2020-08-24 11:04:50 -07:00
api.ts init commit 2020-08-24 11:04:50 -07:00
bool.md init commit 2020-08-24 11:04:50 -07:00
boolArray.md init commit 2020-08-24 11:04:50 -07:00
genpackage.js init commit 2020-08-24 11:04:50 -07:00
getAny.md init commit 2020-08-24 11:04:50 -07:00
getBool.md init commit 2020-08-24 11:04:50 -07:00
getBoolArray.md init commit 2020-08-24 11:04:50 -07:00
getImage.md init commit 2020-08-24 11:04:50 -07:00
getImageArray.md init commit 2020-08-24 11:04:50 -07:00
getLoc.md init commit 2020-08-24 11:04:50 -07:00
getLocArray.md init commit 2020-08-24 11:04:50 -07:00
getNum.md init commit 2020-08-24 11:04:50 -07:00
getNumArray.md init commit 2020-08-24 11:04:50 -07:00
getSprite.md init commit 2020-08-24 11:04:50 -07:00
getSpriteArray.md init commit 2020-08-24 11:04:50 -07:00
getStr.md init commit 2020-08-24 11:04:50 -07:00
getStrArray.md init commit 2020-08-24 11:04:50 -07:00
hasAny.md init commit 2020-08-24 11:04:50 -07:00
hasBool.md init commit 2020-08-24 11:04:50 -07:00
hasBoolArray.md init commit 2020-08-24 11:04:50 -07:00
hasImage.md init commit 2020-08-24 11:04:50 -07:00
hasImageArray.md init commit 2020-08-24 11:04:50 -07:00
hasLoc.md init commit 2020-08-24 11:04:50 -07:00
hasLocArray.md init commit 2020-08-24 11:04:50 -07:00
hasNum.md init commit 2020-08-24 11:04:50 -07:00
hasNumArray.md init commit 2020-08-24 11:04:50 -07:00
hasSprite.md init commit 2020-08-24 11:04:50 -07:00
hasSpriteArray.md init commit 2020-08-24 11:04:50 -07:00
hasStr.md init commit 2020-08-24 11:04:50 -07:00
hasStrArray.md init commit 2020-08-24 11:04:50 -07:00
icon.png init commit 2020-08-24 11:04:50 -07:00
image.md init commit 2020-08-24 11:04:50 -07:00
imageArray.md init commit 2020-08-24 11:04:50 -07:00
loc.md init commit 2020-08-24 11:04:50 -07:00
locArray.md init commit 2020-08-24 11:04:50 -07:00
main.ts init commit 2020-08-24 11:04:50 -07:00
num.md init commit 2020-08-24 11:04:50 -07:00
numArray.md init commit 2020-08-24 11:04:50 -07:00
pxt.json init commit 2020-08-24 11:04:50 -07:00
setAny.md init commit 2020-08-24 11:04:50 -07:00
setBool.md init commit 2020-08-24 11:04:50 -07:00
setBoolArray.md init commit 2020-08-24 11:04:50 -07:00
setImage.md init commit 2020-08-24 11:04:50 -07:00
setImageArray.md init commit 2020-08-24 11:04:50 -07:00
setLoc.md init commit 2020-08-24 11:04:50 -07:00
setLocArray.md init commit 2020-08-24 11:04:50 -07:00
setNum.md init commit 2020-08-24 11:04:50 -07:00
setNumArray.md init commit 2020-08-24 11:04:50 -07:00
setSprite.md init commit 2020-08-24 11:04:50 -07:00
setSpriteArray.md init commit 2020-08-24 11:04:50 -07:00
setStr.md init commit 2020-08-24 11:04:50 -07:00
setStrArray.md init commit 2020-08-24 11:04:50 -07:00
sprite.md init commit 2020-08-24 11:04:50 -07:00
spriteArray.md init commit 2020-08-24 11:04:50 -07:00
str.md init commit 2020-08-24 11:04:50 -07:00
strArray.md init commit 2020-08-24 11:04:50 -07:00
test.ts init commit 2020-08-24 11:04:50 -07:00
tsconfig.json init commit 2020-08-24 11:04:50 -07:00

README.md

arcade-block-objects

Adds blocks for JavaScript-style object literals in blocks. Also allows them to be stored and retrieved from sprites.

Generating the extension

This extension is generated using the genpackage.js script checked into the root of this repo. To generate the apis and documentation, run it like so:

node ./genpackage.js

Don't edit any of the code manually!

Metadata (used for search, rendering)

  • for PXT/arcade

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.