Changes between Version 11 and Version 12 of Scripting/API
- Timestamp:
- Jun 22, 2025, 7:51:32 PM (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripting/API
v11 v12 16 16 Once 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! 17 17 18 == Interrupt/Abort Support ==18 == !Interrupt/Abort Support == 19 19 20 20 If 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: