Skip to content
AliquotMesozoic edited this page Oct 21, 2014 · 6 revisions

###Quick Links

There are two ways that you can view the Toribash API Reference.

  1. 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.
  2. 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).

###Sections

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
Clone this wiki locally