![]() |
Blamite Game Engine - Strings
00306.01.24.21.1348.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. | |
| 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. | |
| XML | |
| Functions relating to XML 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. |