BIS fnc exportGUIBaseClasses: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (pf)
Line 12: Line 12:
| mode call [[BIS_fnc_exportGUIBaseClasses]] |Syntax=
| mode call [[BIS_fnc_exportGUIBaseClasses]] |Syntax=


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

Revision as of 22:19, 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