MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / ShowAll

Method ShowAll

engine/Poseidon/UI/InGame/InGameUI.cpp:1139–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1137 piW = (*cfg) >> "width";
1138 piH = (*cfg) >> "height";
1139 piDimStartTime = (*cfg) >> "dimmStartTime";
1140 piDimEndTime = (*cfg) >> "dimmEndTime";
1141 abarW = (*cfg) >> "ArmorBar" >> "width";
1142 fbarW = (*cfg) >> "FuelBar" >> "width";
1143 hbarW = (*cfg) >> "HealthBar" >> "width";
1144 ebarW = (*cfg) >> "ExperienceBar" >> "width";
1145 ebarColor = GetPackedColor((*cfg) >> "ExperienceBar" >> "color");
1146 ppicW = (*cfg) >> "UnitPicture" >> "width";
1147 ppicH = (*cfg) >> "UnitPicture" >> "height";
1148 piSideH = (*cfg) >> "Side" >> "height";
1149 piSideW = (*cfg) >> "Side" >> "width";
1150 cfg = &((*cfg) >> "Sign");

Callers 1

InitUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected