Ark Server API (ASA) - Wiki
|
Functions | |
ARK_API std::string | GetCurrentDir () |
ARK_API std::string | Utf8Encode (const std::wstring &wstr) |
Converts a wide Unicode string to an UTF8 string. | |
ARK_API std::wstring | Utf8Decode (const std::string &str) |
Converts an UTF8 string to a wide Unicode String. | |
ARK_API bool | IsPluginLoaded (const std::string &plugin_name) |
Returns true if plugin was loaded, false otherwise. | |
ARK_API float | GetApiVersion () |
Returns Current Running Api Version. | |
float AsaApi::Tools::GetApiVersion | ( | ) |
std::string AsaApi::Tools::GetCurrentDir | ( | ) |
std::wstring AsaApi::Tools::Utf8Decode | ( | const std::string & | str | ) |