Browse Source

Merge pull request #642 from stevehalliwell/OpenURLNameFix

OpenURL FungusCommand renamed, fixes #554
master
Steve Halliwell 7 years ago committed by GitHub
parent
commit
1ca3d6b188
  1. 2
      Assets/Fungus/Scripts/Commands/OpenURL.cs
  2. 2
      Docs/command_ref/scripting_commands.md

2
Assets/Fungus/Scripts/Commands/OpenURL.cs

@ -12,7 +12,7 @@ namespace Fungus
[CommandInfo("Scripting",
"Open URL",
"Opens the specified URL in the browser.")]
public class LinkToWebsite : Command
public class OpenURL : Command
{
[Tooltip("URL to open in the browser")]
[SerializeField] protected StringData url = new StringData();

2
Docs/command_ref/scripting_commands.md

@ -99,7 +99,7 @@ Call Mode | Fungus.CallMode | The coroutine call behavior for methods that retur
# Open URL # {#OpenURL}
Opens the specified URL in the browser.
Defined in Fungus.LinkToWebsite
Defined in Fungus.OpenURL
Property | Type | Description
--- | --- | ---

Loading…
Cancel
Save