TPStashEvent.PlayStageWithSkill
public int PlayStageWithSkill(
string player_uuid,
string character_uuid,
string skill_slug,
string stage_slug,
[string skill_category_slug = null],
[stageType stage_type = stageType.Unknown],
[string stage_category_slug = null]
);
Description
PlayStageWithSkill collects the data of the skill that the character equips for the stage.
It returns 1 for success and -1 for failure. If -1 is returned, you can see the following message in the Unity editor console in TentuPlay debug mode:
|
Parameters
Name | Description | Required | ||
---|---|---|---|---|
player_uuid |
Player’s unique ID (not a character’s ID) such as Steam user ID and Google Play user ID |
Required |
||
character_uuid |
Player’s character’s unique lD
|
Required |
||
skill_slug |
Unique identifier of the skill |
Required |
||
skill_category_slug |
Category name of the skill |
Optional |
||
stage_slug |
Unique identifier of the stage |
Required |
||
stage_type |
Stage type
|
Optional |
||
stage_category_slug |
Category of the stage type |
Optional |