Elaztek Developer Hub
Blamite Game Engine - Strings  00367.02.08.23.1815.blamite
A library containing general purpose utilities and classes for use in multiple projects.
BlamStrings::Utils Namespace Reference

Namespace containing general-purpose utilities. More...

Namespaces

 DateTime
 Utilities relating to date and time.
 
 IO
 Utilities relating to reading/writing to and from files.
 
 List
 
 Math
 Namespace containing math-related utilities.
 
 Res
 Utilities relating to application resources.
 
 String
 Utilities for working with and modifying strings.
 
 World
 
 XML
 Namespace containing functions for working with XML files and data.
 

Functions

STRINGS_API void OpenWebURL (std::string url)
 Opens the specified URL in the user's default web browser. More...
 
STRINGS_API void OpenLocalWebURL (std::string local_path)
 Opens the specified relative path in the user's default web browser. More...
 

Detailed Description

Namespace containing general-purpose utilities.

Function Documentation

◆ OpenLocalWebURL()

void BlamStrings::Utils::OpenLocalWebURL ( std::string  local_path)

Opens the specified relative path in the user's default web browser.

Parameters
local_path- The relative path to the file to open.

◆ OpenWebURL()

void BlamStrings::Utils::OpenWebURL ( std::string  url)

Opens the specified URL in the user's default web browser.

Parameters
url- The web URL to open.