Elaztek Developer Hub
Blamite Game Engine - Strings  00402.09.29.23.0627.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.
 
 Image
 Utilities relating to working with images.
 
 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.
 
 UUID
 
 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.
+ Here is the call graph for this function:

◆ 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.