TPStashEvent.ChangeCustomAbility

TPStashEvent.ChangeCustomAbility(
    userId,
    character_uuid,
    custom_ability_slug,
    custom_ability_to,
    custom_ability_category_slug --[[Optional--]],
    custom_ability_from --[[Optional--]]
)

説明

カスタム能力値の変化データを収集します。カスタム能力値は、キャラクターやアイテムのレベル・ステータス以外にゲームの固有能力値のことを示します。そしてその能力値の固有識別子の変化を自由に記録します。

パラメータ

名前 説明 必須か

UserId

Robloxが提供するプレイヤーの固有ユーザーID(キャラクターIDではない): Player.UserId

必須

character_uuid

プレイヤー内キャラクターの固有ID

ゲームにキャラクターがない、もしくはキャラクターではなくプレイヤーを示す場合にはTentuPlayKeyword._DUMMY_CHARACTER_ID_に設定します。

必須

custom_ability_slug

カスタム能力値の固有識別子

必須

custom_ability_to

変化後のカスタム能力値

必須

custom_ability_category_slug

カスタム能力値のカテゴリー(大分類)

オプション

custom_ability_from

変化前のカスタム能力値

オプション