tvSetPicture: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix bad regex effects) Tag: Undo |
mNo edit summary |
||
Line 6: | Line 6: | ||
|0.74|Game version= | |0.74|Game version= | ||
|gr1= GUI Control |GROUP1= | |gr1= GUI Control - Tree View |GROUP1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 46: | Line 44: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} | ||
Revision as of 11:45, 26 September 2020
Description
- Description:
- Sets picture to item selected by path. IDC means id of parent Tree View. Name is picture name. The picture is searched in the mission directory.
- Groups:
- GUI Control - Tree View
Syntax
- Syntax:
- tvSetPicture [idc, path, name]
- Parameters:
- idc: Number
- path: Array of Numbers
- name: String
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- control tvSetPicture [path, name]
- Parameters:
- control: Control
- path: Array of Numbers
- name: String
- Return Value:
- Nothing
Examples
- Example 1:
tvSetPicture [101, [0], "picture"];
- Example 2:
_ctrl tvSetPicture [[0,0,0], getText (configFile >> "CfgWeapons" >> "optic_NVS" >> "picture")];
Additional Information
- See also:
- tvAddtvCleartvCollapsetvCounttvCurSeltvDatatvDeletetvExpandtvPicturetvSetCurSeltvSetDatatvSetValuetvSorttvSortByValuetvValuetvTexttvSetTexttvSetPictureColortvSetPictureRighttvSetPictureRightColor
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