TPStashEvent.EquipPet
TPStashEvent.EquipPet(
userId,
character_uuid,
item_slug,
equip_status,
character_level,
item_level
)
Description
EquipPet collects the events that occur when a character equips or unequips a pet.
|
Parameters
Name | Description | Required | ||
---|---|---|---|---|
UserId |
Player’s unique user ID (not a character’s ID) that is given by Roblox: Player.UserId |
Required |
||
character_uuid |
Player’s character’s unique lD
|
Required |
||
item_slug |
Unique identifier of the item (for example, "weapon_sword_dagger" and "shield_kite_rare") |
Required |
||
equip_status |
Status code that represents whether the pet is equipped or not
|
Required |
||
item_level |
The level of the item which was equipped |
Optional |
||
character_level |
The level of the character when equipping the pet |
Optional |