Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IApiRpc Interface Reference

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

Inherited by Nakama.ApiRpc.

Properties

string HttpKey [get]
 The authentication key used when executed as a non-client HTTP request.
 
string Id [get]
 The identifier of the function.
 
string Payload [get]
 The payload of the function which must be a JSON object.
 

Detailed Description

Execute an Lua function on the server.

Property Documentation

◆ HttpKey

string Nakama.IApiRpc.HttpKey
get

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

◆ Id

string Nakama.IApiRpc.Id
get

The identifier of the function.

◆ Payload

string Nakama.IApiRpc.Payload
get

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


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