ctrlModel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\|= * " to " ")
Line 11: Line 11:
| '''ctrlModel''' control|SYNTAX=
| '''ctrlModel''' control|SYNTAX=


|p1= control : [[Control]] - 3D control |=
|p1= control : [[Control]] - 3D control


| [[String]] - model path|RETURNVALUE=  
| [[String]] - model path|RETURNVALUE=  

Revision as of 22:42, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns model used in 3D-Dialog.
Groups:
GUI Control - Object

Syntax

Syntax:
ctrlModel control
Parameters:
control : Control - 3D control
Return Value:
String - model path

Examples

Example 1:
_model = ctrlModel _control3D;

Additional Information

See also:
ctrlCreatectrlDeletectrlSetModelctrlPositionctrlSetPositionctrlClassNamedisplayCtrlctrlModelScalectrlSetModelScalectrlModelDirAndUpctrlSetModelDirAndUp

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