lnbSetColor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " [ [[" to " [<nowiki/>[[") |
mNo edit summary |
||
Line 10: | Line 10: | ||
|eff= local |Multiplayer Effects= | |eff= local |Multiplayer Effects= | ||
|gr1= GUI Control |GROUP1= | |gr1= GUI Control - ListNBox |GROUP1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 50: | Line 50: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 13:16, 26 September 2020
Description
- Description:
- Sets the color of the item with the given position of the 2D listbox. Color is in format Color.
- Groups:
- GUI Control - ListNBox
Syntax
- Syntax:
- lnbSetColor [idc, [row, column], color]
- Parameters:
- idc: Number
- row: Number
- column: Number
- color: Array in format [r,g,b,a]
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- ctrl lnbSetColor [[row, column], color]
- Parameters:
- ctrl: Control
- row: Number
- column: Number
- color: Array in format [r,g,b,a]
- Return Value:
- Nothing
Examples
- Example 1:
_ctrl lnbSetColor [[0,0], [1,0,0,1]];
Additional Information
- See also:
- lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue
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