Error Type Any, expected Bool: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|")
m (Text replacement - "<tt>([^= ]+)<\/tt>" to "{{hl|$1}}")
Line 1: Line 1:
{{Feature | Informative | <tt>Creating Error Type Any, expected Bool</tt>
{{Feature | Informative | {{hl|Creating Error Type Any, expected Bool}}
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 01:16, 16 November 2021

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.