lnbSetText: 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 53: | Line 53: | ||
}} | }} | ||
[[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:18, 26 September 2020
Description
- Description:
- Sets the text in the item with the given position of the 2D listbox.
- Groups:
- GUI Control - ListNBox
Syntax
- Syntax:
- lnbSetText [idc, [row, column], data]
- Parameters:
- idc: Number
- row: Number
- column: Number
- data: String
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- ctrl lnbSetText [[row, column], data]
- Parameters:
- ctrl: Control
- row: Number
- column: Number
- data: String
- Return Value:
- Nothing
Examples
- Example 1:
lnbSetText [101, [0,1], "#1"];
- Example 2:
_ctrl lnbSetText [[0,1], "#1"];
Additional Information
- See also:
- lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetValuelnbSizelnbTextlnbValue
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