Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
API Namespace Reference

Classes

class  ArkBaseApi
 
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

__forceinline std::string ReplaceString (std::string subject, const std::string &search, const std::string &replace)
 

Variables

std::unique_ptr< IBaseApigame_api
 
constexpr float api_version = 1.13f
 

Typedef Documentation

◆ CComPtr

Definition at line 42 of file PDBReader.cpp.

Function Documentation

◆ ReplaceString()

__forceinline std::string API::ReplaceString ( std::string subject,
const std::string & search,
const std::string & replace )

Definition at line 7 of file Helpers.h.

Variable Documentation

◆ api_version

constexpr float API::api_version = 1.13f
constexpr

Definition at line 18 of file ArkBaseApi.cpp.

◆ game_api

std::unique_ptr<IBaseApi> API::game_api
inline

Definition at line 25 of file IBaseApi.h.