Skip to content

Commit 279831c

Browse files
authored
ScriptingHome template: Add information about Squirrel documentation
1 parent 37f9801 commit 279831c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

templates/ScriptingHome.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@ a half seconds right after the level is loaded. (Mind you, this would
4949
be a frustrating experience for the player if you add a horde of
5050
badguys near the spawn point...)
5151

52+
Squirrel language reference
53+
---------------------------
54+
55+
For documentation of the Squirrel scripting language itself, check out the [Squirrel 3.2 Reference Manual](http://squirrel-lang.org/squirreldoc/reference/index.html).
56+
57+
The [Squirrel Standard Library 3.2](http://squirrel-lang.org/squirreldoc/stdlib/index.html) has a lot of functions that can be used in SuperTux, namely the ones found in the following libraries:
58+
59+
* [Blob](http://squirrel-lang.org/squirreldoc/stdlib/stdbloblib.html)
60+
* [Math](http://squirrel-lang.org/squirreldoc/stdlib/stdmathlib.html)
61+
* [String](http://squirrel-lang.org/squirreldoc/stdlib/stdstringlib.html)
62+
63+
5264
Object reference
5365
----------------
5466

0 commit comments

Comments
 (0)