Finished documenting scripting system.

This means the documentation is DONE (yay!)

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@606 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-08-07 18:19:14 +00:00
parent ca18e192fc
commit 57da4261a8
16 changed files with 477 additions and 10 deletions
+11 -1
View File
@@ -1,4 +1,14 @@
Scripting language
MSE uses a custom scripting language to add complicated behaviour to fields and styles.
MSE uses a custom scripting language to add complicated behaviour to [[type:field]]s and [[type:style]]s.
--Topics--
* [[script:introduction|Introduction to scripting]]
* [[script:Operators]]
* [[script:variables|Variables and functions]]
* [[script:Control structures]]
* [[script:Predefined variables]]
* [[script:Best practices]]
See also:
* [[type:index|Data types used]]
* [[fun:index|Built in functions]]