ctrlModelVectorSide

From Bohemia Interactive Community
Revision as of 12:00, 10 July 2024 by Killzone Kid (talk | contribs) (Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |branch1= dev |gr1= GUI Control - Object |descr= Returns vectorSide of the model used in 3D-Dialogs. Returns [] if control is null. |s1= ctrlModelVectorSide control |p1= control : Control - 3D control |r1= Array - format vectorSide of the model or [] |x1= <sqf>_vectorDirAndUp = ctrlModelDirAndUp _control3D;</sqf> |seealso= ctrlModelDirAndUp ctrlCreate ctrlDel...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns vectorSide of the model used in 3D-Dialogs. Returns [] if control is null.
Groups:
GUI Control - Object

Syntax

Syntax:
ctrlModelVectorSide control
Parameters:
control : Control - 3D control
Return Value:
Array - format vectorSide of the model or []

Examples

Example 1:
_vectorDirAndUp = ctrlModelDirAndUp _control3D;

Additional Information

See also:
ctrlModelDirAndUp ctrlCreate ctrlDelete ctrlSetModelDirAndUp ctrlModel ctrlSetModel ctrlSetModelScale ctrlModelScale ctrlPosition ctrlSetPosition ctrlClassName displayCtrl

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