Skip to main content

BACKND FUNCTION

BACKND Function is a function that allows developers to develop and use functions they will directly call into the server.
By using the template provided in BACKND Function, you can easily develop functions that will operate on the server.
Methods can be used immediately after deployment.

Related console guide: BACKND Function
Related SDK developer documentation: BACKND Function - Getting Started

BACKND Function

  • There is no limit to the number of BACKND Functions that can be created per project.

Access BACKND Functions

In BACKND Function, you can access the server in the same way you access the server in the existing BACKND SDK.

Utilizing BACKND Function

When various interactions are required according to user input, they can be handled by the server rather than the client by using BACKND Function.

You can use it to easily implement the following in-game functions without having to worry about hacking:

  • Giving random stats to items
  • Raids that all users can participate in
  • Functions that raise concerns regarding client breach