Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Tools.h File Reference
#include <API/Base.h>
#include <string>
+ Include dependency graph for Tools.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  AsaApi
 
namespace  AsaApi::Tools
 
namespace  API
 

Functions

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