Changes between Version 11 and Version 12 of Scripting/API


Ignore:
Timestamp:
Jun 22, 2025, 7:51:32 PM (10 days ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scripting/API

    v11 v12  
    1616Once again: every operation ends with a call to `.go()`, which will actually perform the operation and return the result, if any. Don't forget it, or nothing will happen!
    1717
    18 == Interrupt/Abort Support ==
     18== !Interrupt/Abort Support ==
    1919
    2020If your script does any iteration, it should support being interrupted by the user, in case it takes too long or enters an infinite loop. !WorldPainter cannot kill your script in such a case, so you need to support interruption explicitly, by using one of the following two methods: