ctrlModel: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "{{GameCategory|arma3|New Scripting Commands}} {{GameCategory|arma3|Scripting Commands}} {{uc:{{PAGENAME}}}}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>_$1 = $2 _$3;</sqf>") |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.32 | |||
|1.32 | |||
|gr1= GUI Control - Object | |gr1= GUI Control - Object | ||
| Returns model used in 3D-[[Arma: GUI Configuration|Dialog]]. | |descr= Returns model used in 3D-[[Arma: GUI Configuration|Dialog]]. | ||
| | |s1= [[ctrlModel]] control | ||
|p1= control : [[Control]] - 3D control | |p1= control : [[Control]] - 3D control | ||
| [[String]] - model path | |r1= [[String]] - model path | ||
|x1= < | |x1= <sqf>_model = ctrlModel _control3D;</sqf> | ||
| | |seealso= [[ctrlCreate]] [[ctrlDelete]] [[ctrlSetModel]] [[ctrlPosition]] [[ctrlSetPosition]] [[ctrlClassName]] [[displayCtrl]] [[ctrlModelScale]] [[ctrlSetModelScale]] [[ctrlModelDirAndUp]] [[ctrlSetModelDirAndUp]] | ||
}} | }} |
Latest revision as of 21:24, 7 May 2022
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:
Additional Information
- See also:
- ctrlCreate ctrlDelete ctrlSetModel ctrlPosition ctrlSetPosition ctrlClassName displayCtrl ctrlModelScale ctrlSetModelScale ctrlModelDirAndUp ctrlSetModelDirAndUp
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