BIS fnc overviewMission: Difference between revisions
| m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") | Lou Montana (talk | contribs)  m (Text replacement - "_{10,} " to "") | ||
| Line 1: | Line 1: | ||
| {{Function|Comments= | {{Function|Comments= | ||
| | tkoh |Game name= | | tkoh |Game name= | ||
| Line 7: | Line 6: | ||
| |gr1= GUI |GROUP1= | |gr1= GUI |GROUP1= | ||
| | <pre>#define CONTROL_SHOW(CONTROL) \ | | <pre>#define CONTROL_SHOW(CONTROL) \ | ||
| Line 20: | Line 18: | ||
| </pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |DESCRIPTION= | </pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |DESCRIPTION= | ||
| | <!-- [] call [[BIS_fnc_overviewMission]]; --> |SYNTAX= | | <!-- [] call [[BIS_fnc_overviewMission]]; --> |SYNTAX= | ||
| Line 27: | Line 24: | ||
| | |RETURNVALUE= | | |RETURNVALUE= | ||
| |x1= <code></code> |EXAMPLE1= | |x1= <code></code> |EXAMPLE1= | ||
| | |SEEALSO= | | |SEEALSO= | ||
Revision as of 23:49, 16 January 2021
Description
- Description:
- #define CONTROL_SHOW(CONTROL) \ CONTROL ctrlshow true; \ CONTROL ctrlsetfade 0; \ CONTROL ctrlcommit 0; #define CONTROL_HIDE(CONTROL) \ CONTROL ctrlshow false; \ CONTROL ctrlsetfade 1; \ CONTROL ctrlcommit 0; (Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 1:
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
 
	