C4 Engine
C4 Engine API Documentation

Engine::OpenExternalWebBrowser

Defined in:  C4Engine.h
Launches the default web browser and navigates to a URL.
Prototype

bool OpenExternalWebBrowser(const char *url);

Parameters
url The URL to which the web browser should navigate.
Description
The OpenExternalWebBrowser function launches the default web browser on the local machine and navigates to the URL specified by the url parameter. Upon success, this function returns true. If an error is reported by the operating system, then the return value is false.