halt: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(+ category, minor text edit)
m (Text replacement - " (\|[pr][0-9]+ *= *[^-]+) *- *A([a-z])" to " $1 - a$2")
 
(43 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|version1= 1.00


|1.00|= Game version
|game2= arma2
____________________________________________________________________________________________
|version2= 1.00


| Stops the program into a debugger. |= Description
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| '''halt''' |= Syntax
|game4= tkoh
|version4= 1.00


| [[Nothing]] |= Return value
|game5= arma3
____________________________________________________________________________________________
|version5= 0.50
 
|x1= halt |= Example 1
____________________________________________________________________________________________


| |= See also
|gr1= Program Flow


}}
|gr2= Broken Commands
 
|descr= This command was meant to break the script into debugger, however currently '''it does not do anything''' except displaying and logging the following error: {{hl|Error Debugger breakpoint hit}}.
 
|s1= [[halt]]


<h3 style="display:none">Notes</h3>
|r1= [[Boolean]] - always returns [[false]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>if (_displayAnError) then {halt};</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[assert]] [[terminate]]
[[Category:Scripting Commands|HALT]]
}}
[[Category:Scripting Commands ArmA|HALT]]
[[Category:Command_Group:_System_Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 13:40, 8 November 2023

Hover & click on the images for description

Description

Description:
This command was meant to break the script into debugger, however currently it does not do anything except displaying and logging the following error: Error Debugger breakpoint hit.
Groups:
Program FlowBroken Commands

Syntax

Syntax:
halt
Return Value:
Boolean - always returns false

Examples

Example 1:
if (_displayAnError) then {halt};

Additional Information

See also:
assert terminate

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