Error Type Any, expected Bool: Difference between revisions

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

Latest revision as of 22:41, 16 May 2024

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.