assert: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Killzone Kid (talk | contribs) (command is broken) |
||
Line 9: | Line 9: | ||
| Tests a condition and if the condition is false, exits the handle. | | Tests a condition and if the condition is false, exits the handle. | ||
This command is broken, don't waste your time with it. If condition is false, it only returns an empty Error Message without exiting the script. |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 30: | Line 30: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on May 15, 2010 - 0:01 | <dd class="notedate">Posted on May 15, 2010 - 0:01 | ||
<dt class="note">'''[[User:Roehre|Roehre]]'''<dd class="note">Returns false, if condition is false | <dt class="note">'''[[User:Roehre|Roehre]]'''<dd class="note">Returns false, if condition is false, and returns true, if condition is true (it doesn't exit script in either case). | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 23:14, 28 September 2013
Description
- Description:
- Tests a condition and if the condition is false, exits the handle. This command is broken, don't waste your time with it. If condition is false, it only returns an empty Error Message without exiting the script.
- 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, and returns true, if condition is true (it doesn't exit script in either case).