BIS fnc exportGUIBaseClasses: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported: BIS Functions update 2/7) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Export GUI macros and base classes.|Description= | ||
____________________________________________________________________________________________ | |||
| mode call [[BIS_fnc_exportGUIBaseClasses]] |Syntax= | |||
|p1=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|Parameter 1= | ||
| [[String]] - Content of *.hpp file to be included in description.ext. The result is also copied to clipboard |Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>"all" [[call]] [[BIS_fnc_exportGUIBaseClasses]];</code>|Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Dialog Control]] |See also= | ||
}} | }} | ||
Revision as of 21:18, 20 June 2018
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