<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.frictionalgames.com/page?action=history&amp;feed=atom&amp;title=Hpl3%3ACommunity%3Ascripting%3Acustom_depth%3Astation_basics</id>
	<title>Hpl3:Community:scripting:custom depth:station basics - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.frictionalgames.com/page?action=history&amp;feed=atom&amp;title=Hpl3%3ACommunity%3Ascripting%3Acustom_depth%3Astation_basics"/>
	<link rel="alternate" type="text/html" href="https://wiki.frictionalgames.com/page?title=Hpl3:Community:scripting:custom_depth:station_basics&amp;action=history"/>
	<updated>2026-05-15T10:52:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.frictionalgames.com/page?title=Hpl3:Community:scripting:custom_depth:station_basics&amp;diff=94&amp;oldid=prev</id>
		<title>Maintenance script: Upload from wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.frictionalgames.com/page?title=Hpl3:Community:scripting:custom_depth:station_basics&amp;diff=94&amp;oldid=prev"/>
		<updated>2020-07-09T13:42:01Z</updated>

		<summary type="html">&lt;p&gt;Upload from wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Station Gui - Basics==&lt;br /&gt;
To use functions on this page, add ''#include &amp;quot;helper_imgui_station_basics.hps&amp;quot;'' to the top of your script file.&lt;br /&gt;
&lt;br /&gt;
Functions in this script file are intended to create default widget data for use in StationGui applications. In the case of custom GUI layouts, a widget data pre-configured with StationGui settings can be useful as a base.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====StationGui_CreateDefaultWindowData====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;&amp;quot;&amp;gt;cImGuiWindowData StationGui_CreateDefaultWindowData()&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Returns&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''cImGuiWindowData''': A cImGuiWindowData object, with all the settings preconfigured to StationGui defaults.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====StationGui_CreateDefaultSliderData====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;&amp;quot;&amp;gt;cImGuiSliderData StationGui_CreateDefaultSliderData()&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Returns&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''cImGuiSliderData''': A cImGuiSliderData object, with all the settings preconfigured to StationGui defaults.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====StationGui_CreateDefaultTextFrameData====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;&amp;quot;&amp;gt;cImGuiTextFrameData StationGui_CreateDefaultTextFrameData()&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Returns&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''cImGuiTextFrameData''': A cImGuiTextFrameData object, with all the settings preconfigured to StationGui defaults.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====StationGui_CreateDefaultButtonData====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;&amp;quot;&amp;gt;cImGuiButtonData StationGui_CreateDefaultButtonData()&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Returns&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''cImGuiButtonData''': A cImGuiButtonData object, with all the settings preconfigured to StationGui defaults.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====StationGui_CreateToggleButtonData====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;&amp;quot;&amp;gt;cImGuiButtonData StationGui_CreateToggleButtonData()&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Returns&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''cImGuiButtonData''': A cImGuiButtonData object, for use with a Toggle Button with all the settings preconfigured to StationGui defaults.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====StationGui_CreateDefaultGaugeData====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;&amp;quot;&amp;gt;cImGuiGaugeData StationGui_CreateDefaultGaugeData()&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Returns&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''cImGuiGaugeData''': A cImGuiGaugeData object, with all the settings preconfigured to StationGui defaults.&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
		
	</entry>
</feed>