lnbSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
m (Clarify return array: [rows, columns])
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns [X,Y] size of 2D listbox. |= Description
| Returns size of 2D listbox as [rows, columns]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 18: Line 18:
|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| [[Array]] |= RETURNVALUE  
| [rows, columns]: [[Array]] |= RETURNVALUE  





Revision as of 03:23, 26 May 2010

Hover & click on the images for description

Description

Description:
Returns size of 2D listbox as [rows, columns].
Groups:
Uncategorised

Syntax

Syntax:
lnbSize idc
Parameters:
idc: Number -
Return Value:
[rows, columns]: Array

Examples

Example 1:
(example)

Additional Information

See also:
See also needed

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

Notes

Bottom Section