Transaction Action of GS2-Matchmaking

ConsumeAction

Gs2Matchmaking:VerifyIncludeParticipantByUserId

Verify if guild participants include user ID by specifying user ID

Actions for which quantity can be specified: NO

Reversible action: NO

TypeDescription
namespaceNamestringNamespace name
seasonNamestringSeason Model Name
seasonlongSeason
tierlongTier
seasonGatheringNamestringGathering Name
userIdstring
Set #{userId} to replace the currently logged in user ID.
verifyTypeenum [
“include”,
“notInclude”
]
Type of verification
timeOffsetTokenstringTime offset token
{
    "action": "Gs2Matchmaking:VerifyIncludeParticipantByUserId",
    "request": {
        "namespaceName": "[string]Namespace name",
        "seasonName": "[string]Season Model Name",
        "season": "[long]Season",
        "tier": "[long]Tier",
        "seasonGatheringName": "[string]Gathering Name",
        "userId": "[string]User Id",
        "verifyType": "[string]Type of verification",
        "timeOffsetToken": "[string]Time offset token"
    }
}
action: Gs2Matchmaking:VerifyIncludeParticipantByUserId
request:
  namespaceName: "[string]Namespace name"
  seasonName: "[string]Season Model Name"
  season: "[long]Season"
  tier: "[long]Tier"
  seasonGatheringName: "[string]Gathering Name"
  userId: "[string]User Id"
  verifyType: "[string]Type of verification"
  timeOffsetToken: "[string]Time offset token"
transaction.service("matchmaking").consume.verify_include_participant_by_user_id({
    namespaceName="[string]Namespace name",
    seasonName="[string]Season Model Name",
    season="[long]Season",
    tier="[long]Tier",
    seasonGatheringName="[string]Gathering Name",
    userId="[string]User Id",
    verifyType="[string]Type of verification",
    timeOffsetToken="[string]Time offset token",
})

AcquireAction