1 ENGINE-PROVIDED SCRIPT FUNCTIONS
10 entity preMove, entity postMove, tile onEnter, and tile onLeave scripts
20 Scripts need to be able to interface with and manipulate the game world.
21 Tsunagari provides access to several aspects of your world.
24 the Sound functions are:
33 entity:gotoRandomTile()
38 STANDARD LUA FUNCTIONS
40 Lua comes with a library of functions that make it useful as a language.
41 Tsunagari includes most, but not all of these. In particular, there is no
42 support for coroutines, modules, loading external code, using raw get/set
43 functions, manipulating the garbage collector, exiting, running external
44 programs, or manipulating external files.
46 You can find complete documentation for these functions here:
47 http://www.lua.org/manual/5.1/manual.html#5
95 Mathematical Functions
125 Input and Output Facilities
141 Operating System Facilities