DialogControls-XKey

From Bohemia Interactive Community
Revision as of 20:02, 29 January 2012 by Mikero (talk | contribs) (Created page with "'''TokenNames common to most controls, such as x,y,w,h,text,idc... are not listed here.''' ===CT_XKEYDESC=40=== {| border="1" align="left" cellpadding="3" cellspacing="0" | ! co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TokenNames common to most controls, such as x,y,w,h,text,idc... are not listed here.

CT_XKEYDESC=40

Properties
Name Type Remark
Attributes class
AttributesImage class
key argb key = "0x00050000 + 1";


  • Example:

class RscXKey { type = 40; idc = -1; style = ST_LEFT; h = 0.06; size = "( 21 / 408 )"; shadow = 0; key = "0x00050000 + 1"; class Attributes { font = "Zeppelin32"; color = "#E5E5E5"; align = "left"; }; class AttributesImage { color = "#E5E5E5"; }; };