Ark Server API (ASE) - Wiki
|
Classes | |
class | ArkBaseApi |
class | AtlasBaseApi |
class | Hooks |
class | IBaseApi |
class | Offsets |
class | PdbReader |
struct | Plugin |
class | PluginManager |
class | Requests |
class | ScopedDiaType |
class | Timer |
Typedefs | |
template<typename T > | |
using | CComPtr = ScopedDiaType<T> |
Functions | |
void | MergePdbConfig (nlohmann::json &left, const nlohmann::json &right) |
std::vector< std::string > | MergeStringArrays (std::vector< std::string > first, std::vector< std::string > second) |
std::string | ReplaceString (std::string subject, const std::string &search, const std::string &replace) |
Variables | |
std::unique_ptr< IBaseApi > | game_api |
constexpr float | api_version = 3.56f |
using API::CComPtr = ScopedDiaType<T> |
Definition at line 42 of file PDBReader.cpp.
void API::MergePdbConfig | ( | nlohmann::json & | left, |
const nlohmann::json & | right ) |
std::vector< std::string > API::MergeStringArrays | ( | std::vector< std::string > | first, |
std::vector< std::string > | second ) |
std::string API::ReplaceString | ( | std::string | subject, |
const std::string & | search, | ||
const std::string & | replace ) |
Definition at line 71 of file Helpers.cpp.
|
constexpr |
Definition at line 19 of file ArkBaseApi.cpp.
|
inline |
Definition at line 25 of file IBaseApi.h.