Skip to content
YYBartT edited this page Jun 16, 2023 · 2 revisions

Teams

Functions

This module offers a collection of functions designed to address specific tasks and provide utilities for various purposes. Explore the available functions to make the most of the functionalities provided by this module.



Back To Top

modio_teams_get_mod_members

mod.io Endpoint: Get Mod Team Members


This function gets all users that are part of a mod team. A successful request will return an array of TeamMember structs. We recommended reading the filtering documentation to return only the records you want.


Syntax:

modio_teams_get_mod_members(_mod_id, _callback_success, _callback_failed, _game_id)
Argument Type Description
_mod_id Real Unique id of the mod.
_callback_success Function or Method The function to trigger when the request is successful.
_callback_failed Function or Method The function to trigger when the request failed.
_game_id Real OPTIONAL The ID of the game, defaults to the value set in the Game ID extension option if not provided

Returns:

GetTeamMembers