Scripting

From MoiWiki
Revision as of 19:08, 2 April 2010 by Dmorrill (talk | contribs)
Jump to navigationJump to search

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.

MoI Javascript API

This is an unofficial project by David Morrill (david dot morrill at gmail dot com) that attempts to document the MoI Javascript API. This presents the same information found in the moi.idl file, but with more organization and detail. It features extensive linking between API classes as well as expanding/collapsing levels of information detail.

MoI external scripting interface

Another project by David Morrill, this one focused on creating an external scripting interface for MoI.