ctrlDelete: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
(see also)
Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[ctrlCreate]], [[ctrlSetDirection]], [[ctrlModel]], [[ctrlSetModel]], [[ctrlModelDirection]], [[ctrlModelUp]], [[ctrlModelSide]], [[ctrlPosition]], [[ctrlSetPosition]], [[ctrlClassName]], [[displayCtrl]] |= SEEALSO  
| [[ctrlCreate]], [[ctrlSetDirection]], [[ctrlModel]], [[ctrlSetModel]], [[ctrlModelDirection]], [[ctrlModelUp]], [[ctrlModelSide]], [[ctrlPosition]], [[ctrlSetPosition]], [[ctrlClassName]], [[displayCtrl]], [[ctrlModelScale]], [[ctrlSetModelScale]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 14:01, 18 September 2014

Hover & click on the images for description

Description

Description:
Deletes given control.
Returns whether the deletion was successful.
Groups:
Uncategorised

Syntax

Syntax:
ctrlDelete control
Parameters:
control: Control
Return Value:
Boolean

Examples

Example 1:
ctrlDelete ((findDisplay 20000) displayCtrl 20001);

Additional Information

See also:
ctrlCreatectrlSetDirectionctrlModelctrlSetModelctrlModelDirectionctrlModelUpctrlModelSidectrlPositionctrlSetPositionctrlClassNamedisplayCtrlctrlModelScalectrlSetModelScale

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