Closed Gedo789 closed 3 years ago
Hello,
First of all and most important. Happy new year ;)
No. because the tool remembers the last value of the convar and updates the drop-down menu according to its value
on its first run here, because the panel modification is directly linked to it. Please leave it how it is, as it does not have such default
value in the way it gets selected/updated:
I just saw https://github.com/Gedo789/TrackAssemblyTool/pull/7
So let me explain... Most of these hashes are for the tool convar tweak control menu. They update various convars with their values. Consider this tSet["tool."..sTool..".curvefact" ]
. This is in fact the tool tip of the panel when it is hovered with the mouse. These that have _con
are evaluated to control
for example tSet["tool."..sTool..".curvefact_con" ]
just tells what the checkbox/slider/button should be labeled as. For example you have a button named test
and when you hover on it must display Click to test me!
( and you click the button to test something ), so the _con
value must be equal to test
in this case ;) and the one without _con
to Click to test me!
Done.
Merci beaucoup!
Happy New Year everyone!