ctrlCommitted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(updated)
m (typoe fixed)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Boolean]] <nowiki>=</nowiki> '''ctrlCommited''' controlName|= Syntax
| [[Boolean]] <nowiki>=</nowiki> '''ctrlCommitted''' controlName|= Syntax


|p1= controlName: [[Control]] |= Parameter 1
|p1= controlName: [[Control]] |= Parameter 1

Revision as of 16:02, 20 October 2009

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

Description

Description:
Check if the control animation is finished.
Groups:
Uncategorised

Syntax

Syntax:
Boolean = ctrlCommitted controlName
Parameters:
controlName: Control
Return Value:
Boolean

Examples

Example 1:
_done = ctrlCommitted _control

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