BIS fnc exportGUIBaseClasses: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 2/7)
m (pf)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Export GUI macros and base classes.|Description=
Author: Karel Moricky
____________________________________________________________________________________________
 
Description:
Export GUI macros and base classes


Parameter(s):
| mode call [[BIS_fnc_exportGUIBaseClasses]] |Syntax=
0: STRING - mode, can be:
"Default" - classic base classes like RscText or RscPicture
"3DEN" - Eden Editor base classes like ctrlStatic or ctrlStaticPicture
"" - all GUI base classes, including more exotic ones


Returns:
|p1=mode: [[String]] - Mode, can be:
STRING Content of *.hpp file to be included in description.ext
*"Default" - Classic base classes like RscText or RscPicture
The result is also copied to clipboard
*"3DEN" - [[Eden Editor]] base classes like ctrlStatic or ctrlStaticPicture
*/
*"all" - All GUI base classes, including more exotic ones|Parameter 1=


 
| [[String]] - Content of *.hpp file to be included in description.ext. The result is also copied to clipboard |Return value=
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_exportGUIBaseClasses]]; --> |= Syntax
|x1= <code>"all" [[call]] [[BIS_fnc_exportGUIBaseClasses]];</code>|Example 1=
|p1= |= Parameter 1


| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=
| [[Dialog Control]]  |See also=
____________________________________________________________________________________________
 
| |= See also
 
}}
}}



Revision as of 22:18, 20 June 2018

Hover & click on the images for description

Description

Description:
Export GUI macros and base classes.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
mode call BIS_fnc_exportGUIBaseClasses
Parameters:
mode: String - Mode, can be:
  • "Default" - Classic base classes like RscText or RscPicture
  • "3DEN" - Eden Editor base classes like ctrlStatic or ctrlStaticPicture
  • "all" - All GUI base classes, including more exotic ones
Return Value:
String - Content of *.hpp file to be included in description.ext. The result is also copied to clipboard

Examples

Example 1:
"all" call BIS_fnc_exportGUIBaseClasses;

Additional Information

See also:
Dialog Control

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