![]() |
Blamite Game Engine - Strings
00402.09.29.23.0627.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
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... | |
Namespace containing general-purpose utilities.
void BlamStrings::Utils::OpenLocalWebURL | ( | std::string | local_path | ) |
Opens the specified relative path in the user's default web browser.
local_path | - The relative path to the file to open. |
void BlamStrings::Utils::OpenWebURL | ( | std::string | url | ) |
Opens the specified URL in the user's default web browser.
url | - The web URL to open. |