BIS fnc GUIeditor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
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=
____________________________________________________________________________________________


| Opens the [[Arma 3 User Interface Editor]]. |DESCRIPTION=
| Opens the [[Arma 3 User Interface Editor]]. |DESCRIPTION=
____________________________________________________________________________________________


| call [[BIS_fnc_GUIeditor]];|SYNTAX=
| call [[BIS_fnc_GUIeditor]];|SYNTAX=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code>[[call]] [[BIS_fnc_GUIeditor]];</code> |EXAMPLE1=
|x1= <code>[[call]] [[BIS_fnc_GUIeditor]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[Arma 3 User Interface Editor]] |SEEALSO=
| [[Arma 3 User Interface Editor]] |SEEALSO=

Revision as of 22:43, 16 January 2021

Hover & click on the images for description

Description

Description:
Opens the Arma 3 User Interface Editor.
Execution:
call
Groups:
GUI

Syntax

Syntax:
call BIS_fnc_GUIeditor;
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_GUIeditor;

Additional Information

See also:
Arma 3 User Interface Editor

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