BIS fnc showUnitInfo: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling - missing see also) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Hides or shows '''weapon''' information. Also hides ''grenades'' information. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [showUnitInfo] call [[BIS_fnc_showUnitInfo]] |= Syntax | ||
|p1= |= Parameter 1 | |p1= showUnitInfo: [[Boolean]] - [[true]] to show weapon information, [[false]] to hide it |= Parameter 1 | ||
| |= Return value | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[[false]] [[call]] [[BIS_fnc_showUnitInfo]]; {{codecomment|// hides weapon information}}</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | |= See also | ||
}} | }} | ||
Revision as of 19:27, 21 April 2018
Description
- Description:
- Hides or shows weapon information. Also hides grenades information.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [showUnitInfo] call BIS_fnc_showUnitInfo
- Parameters:
- showUnitInfo: Boolean - true to show weapon information, false to hide it
- Return Value:
- Nothing
Examples
- Example 1:
false call BIS_fnc_showUnitInfo; // hides weapon information
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