DialogControls-Tree

From Bohemia Interactive Community
Revision as of 19:32, 29 January 2012 by Mikero (talk | contribs) (Created page with "==CT_TREE Type=12== '''TokenNames common to most controls, such as x,y,w,h,text,idc... are not listed here. ''' Raedor has said, "Unfortunately one can only use RscTree hardcode...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CT_TREE Type=12

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

Raedor has said, "Unfortunately one can only use RscTree hardcoded." This strongly implies that RscTree is only available to BIS and not to the public. The original post can be found here.

Properties
Name Type Remark
colorSelect color array
colorBorder color array
colorArrow color array
maxHistoryDelay float


  • Example:

class RscTree { access = 0; type = 12; style = 0; colorBackground[] = {0.35,0.38,0.36,1}; colorSelect[] = {1,1,1,1}; colorText[] = {1,1,1,0.75}; colorBorder[] = {1,1,1,1}; colorArrow[] = {1,1,1,1}; font = "TahomaB"; sizeEx = 0.04; maxHistoryDelay = 1.0; shadow = 0; };