assert: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (removed return as non sensical)
No edit summary
Line 14: Line 14:
|p1= condition: [[Boolean]] |= Parameter 1
|p1= condition: [[Boolean]] |= Parameter 1


| |= Return value
| [[Boolean]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   

Revision as of 03:08, 21 January 2009

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Tests a condition and if the condition is false, halts the program.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
assert (_x>0)

Additional Information

See also:
See also needed

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