Difference between revisions of "Scripting"

From MoiWiki
Jump to navigationJump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
This can be a place to collect information about scripting in MoI.
 
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 [http://moi3d.com/forum/get_attachment.php?webtag=MOI&hash=5398ce000c1e8b7b414e54262dc57022&filename=moi.idl moi.idl file] which contains a list of all interfaces available to scripts and their properties and methods.
+
There isn't any official documentation available for scripting (there probably won't be for quite a while yet), but you can download the [http://moi3d.com/forum/get_attachment.php?webtag=MOI&hash=2bf297a1a2b667929e93a23d8805271c&filename=moi.idl 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:
 
In addition, the following community provided resources are available:
Line 9: Line 9:
  
 
[http://moi3d.com/forum/index.php?webtag=MOI&msg=6546.1 Some other documentation available on this forum thread]
 
[http://moi3d.com/forum/index.php?webtag=MOI&msg=6546.1 Some other documentation available on this forum thread]
 +
 +
[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]
 +
 +
[http://moi3d.com/forum/index.php?webtag=MOI&msg=10720.5 Burr's snapshot of Dave Morrill's script documentation]
 +
 +
[https://github.com/ctkjose/moi3d Some scripting information collected by Jose Cuevas]

Latest revision as of 21:28, 23 January 2023

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

Scripting discussion thread on the forum

Max's mirror of Dave Morrill's script documentation

Burr's snapshot of Dave Morrill's script documentation

Some scripting information collected by Jose Cuevas