assert: Difference between revisions
Jump to navigation
Jump to search
RoehrenRadio (talk | contribs) No edit summary |
RoehrenRadio (talk | contribs) No edit summary |
||
Line 27: | Line 27: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on May 15, 2010 - 0:01</dd> | |||
<dt class="note">'''[[User:Roehre|Roehre]]'''</dt><dd class="note">Returns false, if condition is false (it does close script) and returns true, if condition is true (it doesn't close script).</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 23:18, 14 May 2010
Description
- Description:
- Tests a condition and if the condition is false, exits the handle.
- Groups:
- Uncategorised
Syntax
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
- Posted on May 15, 2010 - 0:01
- Roehre
- Returns false, if condition is false (it does close script) and returns true, if condition is true (it doesn't close script).