![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
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... | |
Execute an Lua function on the server.
| std::string NRpc::httpKey |
The authentication key used when executed as a non-client HTTP request.
| std::string NRpc::id |
The identifier of the function.
| std::string NRpc::payload |
The payload of the function which must be a JSON object.