CT/intro – Template
m (removed linebreaks at beginning of page) |
Lou Montana (talk | contribs) m (Text replacement - "{{Feature|Informative|" to "{{Feature|informative|") |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{TemplateCase||{{DISPLAYTITLE:{{{macro}}}}{{Navbox/CT}} | <includeonly>{{TemplateCase||{{DISPLAYTITLE:{{{macro}}}}}}} | ||
{{Navbox/CT}} | |||
{{ConfigPage|start}} | {{ConfigPage|start}} | ||
== Introduction == | == Introduction == | ||
Line 15: | Line 16: | ||
=== Related User Interface Eventhandlers === | === Related User Interface Eventhandlers === | ||
* [[User_Interface_Event_Handlers# | * [[User_Interface_Event_Handlers#Generic_Events|Events: General]]<!-- | ||
-->{{#if: {{{events|}}} | | -->{{#if: {{{events|}}} | | ||
{{{events}}} | {{{events}}} | ||
Line 21: | Line 22: | ||
== Alphabetical Order == | == Alphabetical Order == | ||
{{Feature| | {{Feature|informative|TokenNames common to most controls, such as x, y, w, h, text, idc... can be found [[Arma:_GUI_Configuration#Common_Properties|'''here''']].}} | ||
{{Feature| | {{Feature|warning|Not all of the listed attributes might have an effect nor might the list be complete. All attributes were gathered with [https://github.com/7erra/BIKI.VR/blob/master/fnc/generateCTPage.sqf this] config crawler.}} | ||
{{#tag:syntaxhighlight|#define {{{macro}}} {{{value}}}|lang=cpp}} | {{#tag:syntaxhighlight|#define {{{macro}}} {{{value}}}|lang=cpp}} | ||
</includeonly><noinclude> | </includeonly><noinclude> |
Latest revision as of 00:26, 2 February 2024
Usage
{{CT/intro |macro = CT_TREE |value = 1234 |description = Informative text about this control type. |gallery = File:CT COMBO.jpg {{!}}Example image 1. File:BIS fnc 3DENDiagFonts example.jpg{{!}}Image 2. |commands = * command group CT |events = * event1 * event2 }}
Result
Control Types / MACRO (TYPE VALUE) | |
---|---|
Text/Image/Video |
CT_STATIC (0) | CT_EDIT (2) | CT_HTML (9) | CT_STRUCTURED_TEXT (13) |
Buttons |
CT_BUTTON (1) | CT_ACTIVETEXT (11) | CT_SHORTCUTBUTTON (16) | CT_CHECKBOX (77) | CT_XBUTTON (41) |
Lists |
CT_COMBO (4) | CT_TOOLBOX (6) | CT_CHECKBOXES (7) | CT_TREE (12) | CT_CONTROLS_TABLE (19) | CT_XCOMBO (44) | CT_LISTBOX (5) | CT_LISTNBOX (102) | CT_LISTNBOX_CHECKABLE (104) | CT_XLISTBOX (45) |
3D Objects |
CT_OBJECT (80) | CT_OBJECT_ZOOM (81) | CT_OBJECT_CONTAINER (82) | CT_OBJECT_CONT_ANIM (83) |
Maps |
CT_MAP (100) | CT_MAP_MAIN (101) |
Meta |
CT_SLIDER (3) | CT_XSLIDER (43) | CT_PROGRESS (8) | CT_CONTROLS_GROUP (15) | CT_WEBBROWSER (106) | CT_EXTENSION (107) |
Menu |
CT_CONTEXT_MENU (14) | CT_MENU (46) | CT_MENU_STRIP (47) |
Unknown |
CT_STATIC_SKEW (10) | CT_HITZONES (17) | CT_VEHICLETOGGLES (18) | CT_XKEYDESC (40) | CT_ANIMATED_TEXTURE (45) | CT_LINEBREAK (98) | CT_USER (99) | CT_ITEMSLOT (103) | CT_VEHICLE_DIRECTION (105) |
Introduction
Informative text about this control type.
Related commands & functions
- Commands: General
- Commands: UI Eventhandlers
- command group CT
Related User Interface Eventhandlers
- Events: General
- event1
- event2
Alphabetical Order
#define CT_TREE 1234