# Documentation of code.org gamelab functions?

**URL:** https://forum.code.org/t/documentation-of-code-org-gamelab-functions/35635
**Category:** Uncategorized
**Tags:** gamelab
**Created:** [December 27, 2021, 7:18am UTC](https://forum.code.org/t/documentation-of-code-org-gamelab-functions/35635 "2021-12-27T07:18:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![eclecticmssc](https://avatars.discourse-cdn.com/v4/letter/e/e480ec/32.png) [@eclecticmssc](https://forum.code.org/u/eclecticmssc)
#### Post date: [December 27, 2021, 7:18am UTC](https://forum.code.org/t/documentation-of-code-org-gamelab-functions/35635/1 "2021-12-27T07:18:36Z")

</div>

Is there any way I can find documentation for the 500+ functions/variables in [code.org](http://code.org)? Things like ortho() and \_\_jsCB  
What are these? I can’t find any kind of documentation for these on [code.org](http://code.org)

---

<div class="post-metadata">

### Author: ![mwood](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.code.org/mwood/32/4941_2.png) [@mwood](https://forum.code.org/u/mwood)
#### Post date: [December 27, 2021, 4:43pm UTC](https://forum.code.org/t/documentation-of-code-org-gamelab-functions/35635/2 "2021-12-27T16:43:45Z")

</div>

@eclecticmssc,

GameLab is a built on the [p5.js](https://p5js.org/) version of javascript. I don’t believe that all functions of p5.js are fully supported in gameLab by [code.org](http://code.org), but if you need documentation outside of the [official gamelab documentation](https://studio.code.org/docs/gamelab/), you can perhaps find some more information [at this site](https://p5js.org/) or by searching for other sources of information on p5.js.

Good luck!

Mike
