Error Type Any, expected Bool: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Informative | <tt>Creating Error Type Any, expected Bool</tt> This is a common script error, most likely caused by not returning Boolean from waitUntil expression. S...")
 
No edit summary
Line 1: Line 1:
{{Informative | <tt>Creating Error Type Any, expected Bool</tt>
{{Informative | <tt>Creating Error Type Any, expected Bool</tt>
This is a common script error, most likely caused by not returning [[Boolean]] from [[waitUntil]] expression.
This is a common script error, most likely caused by not returning [[Boolean]] from [[waitUntil]] expression.
See: [[waitUntil]] for more info}}
See [[waitUntil]] for more info.}}

Revision as of 12:31, 29 July 2019

Creating Error Type Any, expected Bool

This is a common script error, most likely caused by not returning Boolean from waitUntil expression.

See waitUntil for more info.