assert

From Bohemia Interactive Community
Revision as of 00:14, 15 May 2010 by RoehrenRadio (talk | contribs)
Jump to navigation Jump to search
-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Tests a condition and if the condition is false, exits the handle.
Groups:
Uncategorised

Syntax

Syntax:
assert condition
Parameters:
condition: Boolean
Return Value:
Boolean: false

Examples

Example 1:
assert (_x>0)

Additional Information

See also:
exitWith

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section