MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / ExtData

Method ExtData

src/Ext/Side/Body.h:40–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 Valueable<int> BriefingTheme;
39
40 ExtData(SideClass* OwnerObject) : Extension<SideClass>(OwnerObject)
41 , ArrayIndex { -1 }
42 , Sidebar_GDIPositions { false }
43 , IngameScore_WinTheme { -2 }
44 , IngameScore_LoseTheme { -2 }
45 , Sidebar_HarvesterCounter_Offset { { 0, 0 } }
46 , Sidebar_HarvesterCounter_Yellow { { 255, 255, 0 } }
47 , Sidebar_HarvesterCounter_Red { { 255, 0, 0 } }
48 , Sidebar_WeedsCounter_Offset { { 0, 0 } }
49 , Sidebar_WeedsCounter_Color {}
50 , Sidebar_ProducingProgress_Offset { { 0, 0 } }
51 , Sidebar_PowerDelta_Offset { { 0, 0 } }
52 , Sidebar_PowerDelta_Green { { 0, 255, 0 } }
53 , Sidebar_PowerDelta_Yellow { { 255, 255, 0 } }
54 , Sidebar_PowerDelta_Red { { 255, 0, 0 } }
55 , Sidebar_PowerDelta_Grey { { 0x80,0x80,0x80 } }
56 , Sidebar_PowerDelta_Align { TextAlign::Left }
57 , ToolTip_Background_Color { }
58 , ToolTip_Background_Opacity { }
59 , ToolTip_Background_BlurSize { }
60 , BriefingTheme { -1 }
61 { }
62
63 virtual ~ExtData() = default;
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected