Difference between revisions of "Scripting"
From MoiWiki
Jump to navigationJump to searchLine 11: | Line 11: | ||
[http://moi3d.com/forum/index.php?webtag=MOI&msg=6727.2 See here for info on disabling file caching so commands will reload on every run] | [http://moi3d.com/forum/index.php?webtag=MOI&msg=6727.2 See here for info on disabling file caching so commands will reload on every run] | ||
+ | |||
+ | [http://moi3d.com/forum/index.php?webtag=MOI&msg=7238.1 Scripting discussion thread on the forum] | ||
+ | |||
+ | [http://moi.maxsm.net/api Max's mirror of Dave Morrill's script documentation] |
Revision as of 17:15, 10 December 2015
This can be a place to collect information about scripting in MoI.
There isn't any official documentation available for scripting (there probably won't be for quite a while yet), but you can download the moi.idl file which contains a list of all interfaces available to scripts and their properties and methods.
In addition, the following community provided resources are available:
- Petr's MoI Page
- An extensive collection of MoI scripts.
Some other documentation available on this forum thread
See here for info on disabling file caching so commands will reload on every run