<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://modiki.civfanatics.com/index.php?action=history&amp;feed=atom&amp;title=Steam.ActivateGameOverlayToWebPage_%28Civ5_API%29</id>
	<title>Steam.ActivateGameOverlayToWebPage (Civ5 API) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://modiki.civfanatics.com/index.php?action=history&amp;feed=atom&amp;title=Steam.ActivateGameOverlayToWebPage_%28Civ5_API%29"/>
	<link rel="alternate" type="text/html" href="https://modiki.civfanatics.com/index.php?title=Steam.ActivateGameOverlayToWebPage_(Civ5_API)&amp;action=history"/>
	<updated>2026-04-10T01:15:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://modiki.civfanatics.com/index.php?title=Steam.ActivateGameOverlayToWebPage_(Civ5_API)&amp;diff=12679&amp;oldid=prev</id>
		<title>DonQuich: Bot update</title>
		<link rel="alternate" type="text/html" href="https://modiki.civfanatics.com/index.php?title=Steam.ActivateGameOverlayToWebPage_(Civ5_API)&amp;diff=12679&amp;oldid=prev"/>
		<updated>2012-09-20T11:09:38Z</updated>

		<summary type="html">&lt;p&gt;Bot update&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Civ5 API Beta Banner}}&lt;br /&gt;
&amp;#039;&amp;#039;This page is a part of the [[Lua and UI Reference (Civ5)]].&amp;#039;&amp;#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{TypeInfos5|Function.png|This function is a member of {{Type5|Steam}}.&amp;lt;br/&amp;gt;&lt;br /&gt;
This is a static method, invoke it with a dot.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Opens the built-in web browser of the overlay and navigates to the specified URL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Usage=&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;#039;&amp;#039;&amp;#039;void&amp;#039;&amp;#039;&amp;#039; Steam.ActivateGameOverlayToWebPage&amp;lt;b&amp;gt;(&amp;lt;/b&amp;gt;&amp;#039;&amp;#039;&amp;#039;string&amp;#039;&amp;#039;&amp;#039; url&amp;lt;b&amp;gt;)&amp;lt;/b&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Parameters&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:{|&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; style=&amp;quot;padding-right:6px;&amp;quot;|url:&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;| &amp;#039;&amp;#039;The url to navigate to.&lt;br /&gt;
Restrictions&lt;br /&gt;
:Must be a fully qualified URL (in other words, include http://)&lt;br /&gt;
:Only supports &amp;quot;http&amp;quot; or &amp;quot;file&amp;quot; protocols&lt;br /&gt;
:file protocol will only navigate to a file located in &amp;lt;My Documents&amp;gt;/My Games/Sid Meier&amp;#039;s Civilization 5/&amp;#039;&amp;#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Examples=&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot; class=&amp;quot;civ5-example&amp;quot;&amp;gt;&lt;br /&gt;
-- Navigate to the Civ 5 wiki&lt;br /&gt;
Steam.ActivateGameOverlayToWebPage(&amp;quot;http://wiki.2kgames.com/civ5&amp;quot;);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Source code samples=&lt;br /&gt;
&amp;#039;&amp;#039;Redundant occurences have been removed.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{{PseudoH4|MainMenu.lua}}&lt;br /&gt;
:&amp;lt;code&amp;gt;UI/FrontEnd/MainMenu.lua&amp;lt;/code&amp;gt;&lt;br /&gt;
:{{CodeBegin5}}&lt;br /&gt;
{{CodeLine5|0215}}&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;Steam.ActivateGameOverlayToWebPage(v.customurl);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{CodeEnd5}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{PseudoH4|ModsBrowser.lua}}&lt;br /&gt;
:&amp;lt;code&amp;gt;UI/FrontEnd/Modding/ModsBrowser.lua&amp;lt;/code&amp;gt;&lt;br /&gt;
:{{CodeBegin5}}&lt;br /&gt;
{{CodeLine5|0039}}&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;Steam.ActivateGameOverlayToWebPage(&amp;quot;http://steamcommunity.com/workshop/browse?appid=8930&amp;quot;);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{CodeEnd5}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{PseudoH4|OtherMenu.lua}}&lt;br /&gt;
:&amp;lt;code&amp;gt;UI/FrontEnd/OtherMenu.lua&amp;lt;/code&amp;gt;&lt;br /&gt;
:{{CodeBegin5}}&lt;br /&gt;
{{CodeLine5|0031}}&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;Steam.ActivateGameOverlayToWebPage(&amp;quot;http://store.steampowered.com/news/?appids=8930&amp;quot;);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{CodeEnd5}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Civ5 API Footer}}&lt;br /&gt;
[[Category:Civ5 Methods and Functions|ActivateGameOverlayToWebPage]]&lt;/div&gt;</summary>
		<author><name>DonQuich</name></author>
	</entry>
</feed>