ctrlModel: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3") |
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>") |
||
(13 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 | ||
Line 9: | Line 8: | ||
|descr= Returns model used in 3D-[[Arma: GUI Configuration|Dialog]]. | |descr= Returns model used in 3D-[[Arma: GUI Configuration|Dialog]]. | ||
|s1= | |s1= [[ctrlModel]] control | ||
|p1= control : [[Control]] - 3D control | |p1= control : [[Control]] - 3D control | ||
Line 15: | Line 14: | ||
|r1= [[String]] - model path | |r1= [[String]] - model path | ||
|x1= < | |x1= <sqf>_model = ctrlModel _control3D;</sqf> | ||
|seealso= [[ctrlCreate]] | |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