Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NRpc Struct Reference

Execute an Lua function on the server. More...

#include <NRpc.h>

Public Attributes

std::string id
 The identifier of the function. More...
 
std::string payload
 The payload of the function which must be a JSON object. More...
 
std::string httpKey
 The authentication key used when executed as a non-client HTTP request. More...
 

Detailed Description

Execute an Lua function on the server.

Member Data Documentation

◆ httpKey

std::string NRpc::httpKey

The authentication key used when executed as a non-client HTTP request.

◆ id

std::string NRpc::id

The identifier of the function.

◆ payload

std::string NRpc::payload

The payload of the function which must be a JSON object.


The documentation for this struct was generated from the following file: