| ENBSeries http://enbdev.com/enbseries/forum/ |
|
| GUI Options http://enbdev.com/enbseries/forum/viewtopic.php?f=28&t=2261 |
Page 1 of 1 |
| Author: | Aiyen [ 16 Aug 2013, 19:56 ] |
| Post subject: | GUI Options |
Hey Currently in the process of making my entire preset range editable from ingame. (Skyrim) So far I have figured out the following Additions to the GUI. Code: float SpinTest < string UIName="Spin Test"; string UIWidget="Spinner"; float UIMin=0.0; float UIMax=5.0; > = {1.0}; Code: float3 Colortest < string UIName="Colortest"; string UIWidget="Color"; float UIMin=0.0; float UIMax=1.0; > = {0.0, 0.0, 0.0}; Code: bool boolTest < string UIName = "boolTest"; > = {true}; Is there a list over all the possible way to add items to the ingame GUI. Mainly I am wondering if it is possible to make sections in the list for better overview? |
|
| Author: | ENBSeries [ 17 Aug 2013, 06:14 ] |
| Post subject: | Re: GUI Options |
No sections, no categories, only individual parameters, grouped as vectors or single. I wrote in topics of the mod how to define annotations. |
|
| Author: | Aiyen [ 17 Aug 2013, 10:23 ] |
| Post subject: | Re: GUI Options |
Okay thank you! Will make due with what there is! |
|
| Author: | --JawZ-- [ 18 Aug 2013, 17:30 ] |
| Post subject: | Re: GUI Options |
Here are all the different GUI functions that I know of -> viewtopic.php?f=6&t=1503&start=60#p32747 |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|