BIS fnc locWeaponInfo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Shows a utility tool checking length of weapon info texts.
 
[[File:BIS fnc locWeaponInfo screenshot.png|thumb|BIS_fnc_locWeaponInfo screenshot]] |= Description
Description:
Checks length of weapon info texts.
 
Parameter(s):
NONE
 
Returns:
BOOL
*/
 
//--- Function called before display - create display and terminate
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_locWeaponInfo]]; --> |= Syntax
| call [[BIS_fnc_locWeaponInfo]] |= Syntax


|p1= |= Parameter 1
| [[Boolean]] - [[true]] when done |= Return value
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[[call]] [[BIS_fnc_locWeaponInfo]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[BIS_fnc_animViewer]], [[BIS_fnc_configViewer]], [[BIS_fnc_help]] |= See also
 
}}
}}



Revision as of 00:37, 7 May 2018

Hover & click on the images for description

Description

Description:
Shows a utility tool checking length of weapon info texts.
BIS_fnc_locWeaponInfo screenshot
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_locWeaponInfo
Return Value:
Boolean - true when done

Examples

Example 1:
call BIS_fnc_locWeaponInfo;

Additional Information

See also:
BIS_fnc_animViewerBIS_fnc_configViewerBIS_fnc_help

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