Skip to content
We're expanding our documentation. Not all guides are available yet. πŸ› οΈ
Guides
πŸ‘€ Invite System

Invite System Extension

Overview

The Invite System extension for 3Engine provides a set of actions to manage and interact with player invites. This extension allows developers to create games and applications that can seamlessly integrate with invite systems.

Actions

Invite Count

  • Get Player Invite Count: Retrieve the number of invites for a player and store it in a variable.
  • Update Player Invite Count: Update the invite count for a player.

Invite List

  • Get Player Invite List: Retrieve the list of invites for a player and store it in a variable.
  • Update Player Invite List: Update the invite list for a player.

Top Inviters

  • Get Top Inviters: Retrieve the list of top inviters and store it in a variable.
  • Update Top Inviters: Update the list of top inviters.

Submit Player Invite

  • Submit Player Invite: Submit an invite code for a player and store the status in a variable.

Invite Code

  • Fetch Player Invite Code: Retrieve the invite code for a player and store it in a variable.