DialogControls-LineBreak: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (category)
m (Text replacement - "{{Informative|TokenNames common to most controls, such as x, y, w, h, text, idc... are not listed here.}}" to "{{Informative|TokenNames common to most controls, such as x, y, w, h, text, idc... can be found [[Arma:_GUI_Configuration...)
Line 1: Line 1:
{{Informative|TokenNames common to most controls, such as x, y, w, h, text, idc... are not listed here.}}
{{Informative|TokenNames common to most controls, such as x, y, w, h, text, idc... can be found [[Arma:_GUI_Configuration#Common_Properties|'''here''']].}}
===CT_LINEBREAK=98===
===CT_LINEBREAK=98===



Revision as of 11:17, 20 March 2020

TokenNames common to most controls, such as x, y, w, h, text, idc... can be found here.

CT_LINEBREAK=98

Properties
Name Type Remark


  • Example Config:
class RscLineBreak
{
 idc = -1;
 type = 98;
 shadow = 0;
};