-
Notifications
You must be signed in to change notification settings - Fork 1
Reference
AliquotMesozoic edited this page Oct 21, 2014
·
6 revisions
There are two ways that you can view the Toribash API Reference.
- You can look at the full documentation without any separation here. Note that this is simply a text file with limited function definitions and no examples.
- You can look at the separated API Reference which has been divided up according to a few categories which best fit each group of functions. This reference is far more exhaustive and does contain examples.
Below you can find a link to each section if you prefer method two. If you prefer method one, you can click on the Full Documentation link at the top of the page under [Quick Links](https://github.com/AliquotMesozoic/ToriScriptAPI/wiki/Reference#Quick Links).
Category | Description |
---|---|
Draw2D | Functions dealing with drawing in two dimensions |
Draw3D | Functions dealing with drawing in three dimensions |
Camera | Functions dealing with changing camera properties |
Sound | Functions dealing with playing sounds |
Joint/Body Movement | Functions dealing with moving the Tori and manipulating joints |
Chat | Functions dealing with the chat |
Player/World/Game State | Functions dealing with getting information about and acting on the player/world/game state |
Globals/Constants | Tables and/or fields which act as constants for use in your script |
Hooks/Events | Functions dealing with events and hooks |
Miscellaneous | Functions and/or fields which don't really belong anywhere else |